From 20e108e0638d529fe8923001d09c396b8780afe4 Mon Sep 17 00:00:00 2001 From: NOYB Date: Sun, 31 Jan 2016 19:13:02 -0800 Subject: Remove Non-Existent Class - help-icon Remove non-existent help-icon class statements from index and head. --- src/usr/local/www/head.inc | 2 +- src/usr/local/www/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www') diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc index 015b3f9..515a6d6 100755 --- a/src/usr/local/www/head.inc +++ b/src/usr/local/www/head.inc @@ -520,7 +520,7 @@ echo '
  • '. get_shortcut_log_link($shortcut_section, false). '
  • '; ?>
  • - " class="help-icon"> + ">
  • 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('" id="btnstore">'); + $('.context-links li:last').prev('li').html('" id="btnstore">'); $('#btnstore').click(function() { updateWidgets(); -- cgit v1.1