diff --git a/static/sdk.js b/static/sdk.js index 73c1817..91ae1b2 100644 --- a/static/sdk.js +++ b/static/sdk.js @@ -437,10 +437,10 @@ var contented = (function() { // Load scripts var needScripts = []; if (typeof jQuery === "undefined") { - needScripts.push("jquery-1.12.4.min.js"); + needScripts.push(contented.baseURL + "jquery-1.12.4.min.js"); } if (typeof DrawingBoard === "undefined") { - needScripts.push("drawingboard-0.4.6.min.js"); + needScripts.push(contented.baseURL + "drawingboard-0.4.6.min.js"); } loadScripts(needScripts, afterScriptsLoaded);