summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2016-03-15 18:09:13 -0500
committerJared Dillard <jdillard@netgate.com>2016-03-15 18:09:13 -0500
commitcaf897c826bc8c2f78cf7ffe3a0aaf0df007fb2e (patch)
treece385813eae08334868e71fab6e01ff80ae0c5e1 /src/usr/local/www/index.php
parent4fd299b8dfce14ee5c7ca76767d406fb07dc5235 (diff)
downloadpfsense-caf897c826bc8c2f78cf7ffe3a0aaf0df007fb2e.zip
pfsense-caf897c826bc8c2f78cf7ffe3a0aaf0df007fb2e.tar.gz
remove troubleshooting code
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 2781449..47b3a08 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -393,7 +393,7 @@ foreach ($widgets as $widgetname => $widgetconfig) {
//if col$currentColumnNumber exists
if (isset($widgetColumns['col'.$currentColumnNumber])) {
- echo '<div class="test col-md-' . $columnWidth . '" id="widgets-col' . $currentColumnNumber . '">';
+ echo '<div class="col-md-' . $columnWidth . '" id="widgets-col' . $currentColumnNumber . '">';
$columnWidgets = $widgetColumns['col'.$currentColumnNumber];
foreach ($columnWidgets as $widgetname => $widgetconfig) {
@@ -432,7 +432,7 @@ foreach ($widgets as $widgetname => $widgetconfig) {
}
echo "</div>";
} else {
- echo '<div class="test2 col-md-' . $columnWidth . '" id="widgets-col' . $currentColumnNumber . '"></div>';
+ echo '<div class="col-md-' . $columnWidth . '" id="widgets-col' . $currentColumnNumber . '"></div>';
}
}
OpenPOWER on IntegriCloud