Use CDN jQuery for TestSessionController

We shouldn't hotlink to static asset files
in other modules since these paths aren't a "public api",
and tend to move around.
This commit is contained in:
Ingo Schommer 2016-09-15 15:16:37 +12:00
parent a54ddb5513
commit 79552d2667
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}