diff --git a/admin/themes/default/js/default.js b/admin/themes/default/js/default.js index 9398baf..c431fc3 100644 --- a/admin/themes/default/js/default.js +++ b/admin/themes/default/js/default.js @@ -16,11 +16,4 @@ /* Confirm delete */ -function confirmDelete(msg){var data=confirm(msg+" ?"); return data;} - -$(document).ready(function() { - /* DropDown Menu for Mobile Devices */ - $("#sections").change(function(){ - window.location = $('#sections option:selected').attr('rel'); - }); -}); +function confirmDelete(msg){var data=confirm(msg+" ?"); return data;} \ No newline at end of file