summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install_packages.php2
-rw-r--r--templates/install.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/install_packages.php b/install_packages.php
index cd85329..f80f77b 100644
--- a/install_packages.php
+++ b/install_packages.php
@@ -65,7 +65,7 @@ if( !empty( $_REQUEST['cancel'] ) ) {
$gBitInstallDb = ADONewConnection( $gBitDbType );
if( !empty( $gDebug ) || !empty( $_REQUEST['debug'] ) ) {
- $gBitInstaller->debug();
+ $gBitInstaller->mDb->debug(99);
$gBitInstallDb->debug = 99;
}
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'}