1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-09 23:56:26 +02:00

#64 Admin Responsive - Next Round

This commit is contained in:
Awilum
2013-01-27 20:42:14 +02:00
parent ce75fde7a8
commit aba5dda41b
3 changed files with 104 additions and 18 deletions

View File

@ -17,3 +17,9 @@
/* Confirm delete */
function confirmDelete(msg){var data=confirm(msg+" ?"); return data;}
$(document).ready(function() {
$('#sections option').click(function() {
window.location = $(this).attr('rel');
});
});