Commit aa6befdd8a71f657fdfdaa15946d879466d1f384

Authored by Jarrett Jordaan
1 parent e13a2af1

PT:2492070 : Updated JS.

Committed by: Jarrett Jordaan

Reviewed by: Megan Watson
Showing 1 changed file with 2 additions and 1 deletions
dashboard.php
... ... @@ -147,7 +147,8 @@ class DashboardDispatcher extends KTStandardDispatcher {
147 147 //
148 148 function runFirstLoginWizard($oTemplate, $aTemplateData) {
149 149 $this->oPage->requireCSSResource('setup/wizard/resources/css/modal.css');
150   - $this->oPage->requireJSResource('thirdpartyjs/jquery/jquery-1.3.2.min.js');
  150 + $this->oPage->requireJSResource('setup/wizard/resources/js/jquery-1.4.2.min.js');
  151 + //$this->oPage->requireJSResource('thirdpartyjs/jquery/jquery-1.3.2.min.js');
151 152 $this->oPage->requireJSResource('thirdpartyjs/jquery/jquery_noconflict.js');
152 153 $this->oPage->requireJSResource('setup/wizard/resources/js/firstlogin.js');
153 154  
... ...