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'); } diff --git a/templates/TestSession_end.ss b/templates/TestSession_end.ss index 85df4fd..d3c3516 100644 --- a/templates/TestSession_end.ss +++ b/templates/TestSession_end.ss @@ -4,7 +4,7 @@ <% base_tag %> $MetaTags - <% require css('framework/css/debug.css') %> + <% require css('framework/client/dist/styles/debug.css') %> <% require css('testsession/css/styles.css') %> @@ -23,4 +23,4 @@ - \ No newline at end of file + diff --git a/templates/TestSession_inprogress.ss b/templates/TestSession_inprogress.ss index 4c343a7..31d78f1 100644 --- a/templates/TestSession_inprogress.ss +++ b/templates/TestSession_inprogress.ss @@ -4,7 +4,7 @@ <% base_tag %> $MetaTags - <% require css('framework/css/debug.css') %> + <% require css('framework/client/dist/styles/debug.css') %> <% require css('testsession/css/styles.css') %> diff --git a/templates/TestSession_start.ss b/templates/TestSession_start.ss index fde3206..2498c0b 100644 --- a/templates/TestSession_start.ss +++ b/templates/TestSession_start.ss @@ -4,7 +4,7 @@ <% base_tag %> $MetaTags - <% require css('framework/css/debug.css') %> + <% require css('framework/client/dist/styles/debug.css') %> <% require css('testsession/css/styles.css') %> @@ -16,4 +16,4 @@ $StartForm - \ No newline at end of file +