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:
@ -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');
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user