mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
default.js - old js removed
This commit is contained in:
@@ -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;}
|
Reference in New Issue
Block a user