Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
backend
/
dist
/
js
✏️
Editing: savemode.js
// $(document).ready(function() { // formmodified=0; // $('form *').change(function(){ // formmodified=1; // }); // window.onbeforeunload = confirmExit; // function confirmExit() { // if (formmodified == 1) { // return "New information not saved. Do you wish to leave the page?"; // } // } // $("input[name='commit']").click(function() { // formmodified = 0; // }); // });
💾 Save Changes
❌ Cancel