mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
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:
parent
a54ddb5513
commit
79552d2667
@ -74,7 +74,7 @@ class TestSessionController extends Controller
|
|||||||
return;
|
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');
|
Requirements::javascript('testsession/javascript/testsession.js');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user