mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
@@ -219,7 +219,6 @@ function processURLParams() {
|
||||
var pos = document.URL.indexOf("?data=");
|
||||
if (pos != -1) {
|
||||
var datapath = 'file:///' + document.URL.substring(pos+6);
|
||||
console.log(datapath);
|
||||
require([datapath], function(){
|
||||
var totalMessageNo = 0;
|
||||
var warnMessageNo = 0;
|
||||
@@ -337,4 +336,4 @@ function processURLParams() {
|
||||
});
|
||||
}
|
||||
}
|
||||
processURLParams();
|
||||
processURLParams();
|
||||
|
||||
Reference in New Issue
Block a user