summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-02-17 03:23:07 -0800
committerNOYB <Al_Stu@Frontier.com>2016-02-17 03:23:07 -0800
commit35d8d6138ee92fbf1287e68a3ef1bb11539e22bb (patch)
treefb3fc75e5f34ab7f56bb31c83283229ebeb38738 /src/usr/local/www/index.php
parent74db0283581e22a441bfb55d6d0d0a2a7c438c1e (diff)
downloadpfsense-35d8d6138ee92fbf1287e68a3ef1bb11539e22bb.zip
pfsense-35d8d6138ee92fbf1287e68a3ef1bb11539e22bb.tar.gz
Fix for but #5901
Move the widgets save out of index.php jquery and into head.inc php along with it's counterpart the available widgets icon.
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 4df74e9..77a35e6 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -489,8 +489,6 @@ events.push(function() {
});
- $('.context-links li:last').prev('li').html('<a href="#" title="<?=gettext("Save dashboard layout")?>" id="btnstore"><i class="fa fa-save"></i></a>');
-
$('#btnstore').click(function() {
updateWidgets();
dirty = false;
OpenPOWER on IntegriCloud