2
0

Fix mixed content and bad path for setImmediate-polyfill.

This commit is contained in:
Maarten Billemont
2014-11-10 16:44:37 -05:00
parent 435d72a509
commit f0fa350e64
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ try {
ES6 || document.write("<script src=js/mpw-js/traceur-runtime.js><\/script>");
// If setImmediate is not implemented we include the polyfill
window.setImmediate || document.write("<script src=js/" + esdir + "setImmediate-polyfill.js><\/script>");
window.setImmediate || document.write("<script src=js/mpw-js/" + esdir + "setImmediate-polyfill.js><\/script>");
// Include the scrypt implementation
var SCRYPTASM_PATH = (window.location + '').replace(/[^/]*(#[^#]*)?$/, 'js/mpw-js/scrypt-asm.js');