diff options
| author | santo spider <spider@santo> | 2014-12-23 16:43:08 -0500 |
|---|---|---|
| committer | santo spider <spider@santo> | 2014-12-23 16:43:08 -0500 |
| commit | 1198d6e24877cd18ac3ac7de5b0c148920ddfa70 (patch) | |
| tree | 195c4b6da00e83e796c90ee68024d0bcbc88ebad /templates | |
| parent | 344c30e643400033f914f2f473ac61574090bc3d (diff) | |
| download | install-1198d6e24877cd18ac3ac7de5b0c148920ddfa70.tar.gz install-1198d6e24877cd18ac3ac7de5b0c148920ddfa70.tar.bz2 install-1198d6e24877cd18ac3ac7de5b0c148920ddfa70.zip | |
fix debug
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/install.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install.tpl b/templates/install.tpl index 48281d7..773617b 100644 --- a/templates/install.tpl +++ b/templates/install.tpl @@ -21,7 +21,7 @@ var bitIconDir = "{$smarty.const.LIBERTY_PKG_URL}icons/"; var bitRootUrl = "{$smarty.const.BIT_ROOT_URL}"; /* ]]> */</script> - <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.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'} |
