Skip to content

Commit

Permalink
Fix wordsearch paths
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSmith-LT committed May 26, 2016
1 parent 1623854 commit 1ada86b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
retryBtnTxt = (retryBtnTxt == undefined) ? "Restart Puzzle" : retryBtnTxt;

// Load in the required scripts before we can begin
$script.path('../modules/xerte/parent_templates/Nottingham/common_html5/wordfind/');
$script.path(x_templateLocation + 'common_html5/wordfind/');
$script(['wordfind.js', 'style.css'], function () {
$script('wordfindgame.js', function () {
wordsearch.begin();
Expand Down

0 comments on commit 1ada86b

Please sign in to comment.