diff --git a/code/TestSessionController.php b/code/TestSessionController.php index 46fa667..d3770ac 100644 --- a/code/TestSessionController.php +++ b/code/TestSessionController.php @@ -74,7 +74,7 @@ class TestSessionController extends Controller return; } - Requirements::javascript('framework/thirdparty/jquery/jquery.js'); + Requirements::javascript('http://code.jquery.com/jquery-1.7.2.min.js'); Requirements::javascript('testsession/javascript/testsession.js'); }