Skip to content

Commit

Permalink
Fix script paths and extra parenthesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Mar 27, 2018
1 parent d774935 commit 4870c5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/scripts/dwv-jqui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ function startApp() {
"filters": ["Threshold", "Sharpen", "Sobel"],
"shapes": ["Arrow", "Ruler", "Protractor", "Rectangle", "Roi", "Ellipse", "FreeHand"],
"isMobile": false,
"helpResourcesPath": "resources/help",
"helpResourcesPath": "/dwv-jqui/resources/help",
"skipLoadUrl": true
});
};
if ( dwv.browser.hasInputDirectory() ) {
options.loaders.splice(1, 0, "Folder");
}
Expand Down Expand Up @@ -207,7 +207,7 @@ print([[
// check browser support
dwv.browser.check();
// initialise i18n
dwv.i18nInitialise("auto", "node_modules/dwv");
dwv.i18nInitialise("auto", "/dwv-jqui/node_modules/dwv");
// DOM ready?
$(document).ready( function() {
domContentLoaded = true;
Expand Down

0 comments on commit 4870c5a

Please sign in to comment.