summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspider <spider@bitweaver.org>2015-01-31 00:41:43 -0500
committerspider <spider@bitweaver.org>2015-01-31 00:41:43 -0500
commit7632704c48f68e19878f21b275876b05fea31030 (patch)
tree515baee92d73c3f30b266e0ed7b6710d0d61204a
parent1198d6e24877cd18ac3ac7de5b0c148920ddfa70 (diff)
downloadinstall-7632704c48f68e19878f21b275876b05fea31030.tar.gz
install-7632704c48f68e19878f21b275876b05fea31030.tar.bz2
install-7632704c48f68e19878f21b275876b05fea31030.zip
include jquiery-ui so tabs work
-rw-r--r--templates/install.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/install.tpl b/templates/install.tpl
index 773617b..14a17d0 100644
--- a/templates/install.tpl
+++ b/templates/install.tpl
@@ -22,6 +22,7 @@
var bitRootUrl = "{$smarty.const.BIT_ROOT_URL}";
/* ]]> */</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.js"></script>
+ <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.js"></script>
<script type="text/javascript" src="{$smarty.const.CONFIG_PKG_URL}themes/bootstrap/js/bootstrap.js"></script>
<script type="text/javascript" src="{$smarty.const.BIT_ROOT_URL}util/javascript/bitweaver.js"></script>
{* if $gBrowserInfo.browser eq 'ie'}