diff --git a/usr/local/www/themes/pfsense_ng_fs/loader.js b/usr/local/www/themes/pfsense_ng_fs/loader.js
index 0531780fb0..c353eb3e47 100644
--- a/usr/local/www/themes/pfsense_ng_fs/loader.js
+++ b/usr/local/www/themes/pfsense_ng_fs/loader.js
@@ -213,7 +213,7 @@ function finishedResizing()
resizeRmColumns(); // Check if we can delete any columns
else if( colWidth > specifiedColWidth ) // Columns width COULD display more columns properly
resizeAddColumns(); // Check if we can add any columns
-};
+}
///////////////// end widget code part 1 /////////////////////////
@@ -228,21 +228,24 @@ jQuery(document).ready(function ()
///////////////////////////////////////////
// jQuery code for columns / widgets part 2
///////////////////////////////////////////
-
- // correct the css for column 2
- jQuery('#col2').css("float","left");
-
+
// insert add/delete column buttons
jQuery('