summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-31 19:13:02 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-31 19:13:02 -0800
commit20e108e0638d529fe8923001d09c396b8780afe4 (patch)
treec343ba721d830948e411e6414c6583574ef98520 /src/usr/local/www/index.php
parent43af588261c440ec165b6c0225c07f4da6e4b912 (diff)
downloadpfsense-20e108e0638d529fe8923001d09c396b8780afe4.zip
pfsense-20e108e0638d529fe8923001d09c396b8780afe4.tar.gz
Remove Non-Existent Class - help-icon
Remove non-existent help-icon class statements from index and head.
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 0dbf149..25a6a57 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -489,7 +489,7 @@ events.push(function() {
});
- $('.context-links li:last').prev('li').html('<a href="#" class=help-icon" title="<?=gettext("Save dashboard layout")?>" id="btnstore"><i class="fa fa-save"></i></a>');
+ $('.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();
OpenPOWER on IntegriCloud