1
0
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:
Awilum
2014-01-02 22:11:59 +02:00
parent 7b24e315b7
commit cac3aeb813

View File

@@ -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;}