summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic/bottom-loader.js
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-02-06 13:04:13 +0000
committerColin Fleming <cj_fleming@sky.com>2013-02-06 13:04:13 +0000
commitbb046a4fde80242bae83f138ed5f0d33de8a7ba1 (patch)
treec85f3efab37bcbf30ec6c91ad14771766f7139b5 /usr/local/www/themes/metallic/bottom-loader.js
parent0715ad5093226a9fd29b1abbbf57a9892efe4100 (diff)
downloadpfsense-bb046a4fde80242bae83f138ed5f0d33de8a7ba1.zip
pfsense-bb046a4fde80242bae83f138ed5f0d33de8a7ba1.tar.gz
Update HTML boolean operator "nowrap"
The HTML boolean operator "nowrap" has been deprecated to a "style" and it's "butt ugly", IMHO. So, add a new class called "nowrap" to "all.css" and "wizard.css" and start replacing "nowrap" with "class='nowrap'", if there is already a class defined then just add, "class='whatever nowrap'". Update "loader.js" and "bottom-loader.js" with proper CDATA sections.
Diffstat (limited to 'usr/local/www/themes/metallic/bottom-loader.js')
-rw-r--r--usr/local/www/themes/metallic/bottom-loader.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/themes/metallic/bottom-loader.js b/usr/local/www/themes/metallic/bottom-loader.js
index 238e0b2..a21f775 100644
--- a/usr/local/www/themes/metallic/bottom-loader.js
+++ b/usr/local/www/themes/metallic/bottom-loader.js
@@ -1,4 +1,4 @@
-<!--
+//<![CDATA[
NiftyCheck();
Rounded("div#niftyMenu","top bottom","#FFFFFF","#000000","smooth");
@@ -7,4 +7,4 @@
Rounded("tr#fend","bl br tl tr","#FFF","#990000","smooth");
Rounded("div#topbox","all","#FFF","#990000","smooth");
-//-->
+//]]>
OpenPOWER on IntegriCloud