diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 76ab472d..278a6c67 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -136,7 +136,7 @@ class LeftAndMain extends Controller { } Requirements::javascript(THIRDPARTY_DIR . '/prototype.js'); - Requirements::javascript(THIRDPARTY_DIR . '/jquery/jquery-packed.js'); + Requirements::javascript(THIRDPARTY_DIR . '/jquery/jquery.js'); Requirements::javascript(THIRDPARTY_DIR . '/jquery/jquery_improvements.js'); Requirements::javascript(THIRDPARTY_DIR . '/behaviour.js'); Requirements::javascript(THIRDPARTY_DIR . '/jquery/plugins/livequery/jquery.livequery.js');