From aa6befdd8a71f657fdfdaa15946d879466d1f384 Mon Sep 17 00:00:00 2001 From: Jarrett Jordaan Date: Thu, 4 Mar 2010 08:31:32 +0200 Subject: [PATCH] PT:2492070 : Updated JS. --- dashboard.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard.php b/dashboard.php index 9c1f672..4b15d86 100644 --- a/dashboard.php +++ b/dashboard.php @@ -147,7 +147,8 @@ class DashboardDispatcher extends KTStandardDispatcher { // function runFirstLoginWizard($oTemplate, $aTemplateData) { $this->oPage->requireCSSResource('setup/wizard/resources/css/modal.css'); - $this->oPage->requireJSResource('thirdpartyjs/jquery/jquery-1.3.2.min.js'); + $this->oPage->requireJSResource('setup/wizard/resources/js/jquery-1.4.2.min.js'); + //$this->oPage->requireJSResource('thirdpartyjs/jquery/jquery-1.3.2.min.js'); $this->oPage->requireJSResource('thirdpartyjs/jquery/jquery_noconflict.js'); $this->oPage->requireJSResource('setup/wizard/resources/js/firstlogin.js'); -- libgit2 0.21.4