summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-25 10:58:41 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-25 10:58:41 -0500
commitb2f78cfcb10448ad48b20976462a518e5fae3645 (patch)
tree29c40ebc5db534e09a399f9d89f366a6e042bb5a /src/usr/local
parent228da1c55f62dda2e50fa2d258d089cfd269a49e (diff)
downloadpfsense-b2f78cfcb10448ad48b20976462a518e5fae3645.zip
pfsense-b2f78cfcb10448ad48b20976462a518e5fae3645.tar.gz
Remove no longer needed function
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/index.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 95374cd..0dbf149 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -497,10 +497,6 @@ events.push(function() {
$('[name=widgetForm]').submit();
});
- $('#widgetToggle').click(function() {
- dirty = true;
- });
-
// provide a warning message if the user tries to change page before saving
$(window).bind('beforeunload', function(){
if (dirty) {
OpenPOWER on IntegriCloud