mirror of
https://github.com/donl/gPanel.git
synced 2026-05-26 22:06:36 -06:00
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
jQuery('#searchForm').on('submit', function(e){
|
|
e.preventDefault();
|
|
alert('Search functionality coming soon.');
|
|
});
|