Warn about unsaved settings using jquery.areyousure

This commit is contained in:
Stefan Parviainen
2015-01-01 12:32:15 +01:00
parent 93b9470487
commit 9557908875
15 changed files with 1442 additions and 0 deletions

3
view/js/mod_admin.js Normal file
View File

@@ -0,0 +1,3 @@
$(document).ready(function() {
$('form').areYouSure(); // Warn user about unsaved settings
});