Commit 2e3330ea authored by Sebastien Robin's avatar Sebastien Robin

fixed some path

parent 295f7c79
......@@ -8,9 +8,9 @@
* load dependencies
*/
var dependenceLoaded = includeJS([//files to load
"/unhosted/sjcl.js",
"/unhosted/jquery.js",
"/unhosted/base64.js"
"unhosted/sjcl.js",
"unhosted/jquery.js",
"unhosted/base64.js"
],function() {// return true only if dependencies are loaded
return (window.$ && window.sjcl && window.Base64) // check jQuery, sjcl & Base64
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment