From 9021d7fc7ee308c0df84ad29da0bf316f592ce89 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Tue, 13 Jan 2015 10:48:15 -0500
Subject: [PATCH] - cleaned up javascript

---
 interface/web/index.php |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/interface/web/index.php b/interface/web/index.php
index 50f98ae..f6929ba 100644
--- a/interface/web/index.php
+++ b/interface/web/index.php
@@ -51,6 +51,14 @@
 	$app->tpl->setVar('global_tabchange_discard_txt', $app->lng('global_tabchange_discard_txt'));
 }
 
+if($sys_config['use_loadindicator'] == 'y') {
+	$app->tpl->setVar('use_loadindicator', 'y');
+}
+if($sys_config['use_combobox'] == 'y') {
+	$app->tpl->setVar('use_combobox', 'y');
+}
+
+
 if(isset($_SESSION['show_info_msg'])) {
 	$app->tpl->setVar('show_info_msg', $_SESSION['show_info_msg']);
 	unset($_SESSION['show_info_msg']);

--
Gitblit v1.9.1