seems to kinda work, the userspace errors missing Html_types module
This commit is contained in:
@ -154,15 +154,6 @@
|
||||
var prefix = "";
|
||||
var version = "";
|
||||
var main = "oplevel.bc.js";
|
||||
for(var f in fields){
|
||||
var data = fields[f].split(/=/);
|
||||
if(data[0] == "version"){
|
||||
version = data[1].replace(/%20|%2B/g,"+");
|
||||
}
|
||||
else if (data[0] == "separate"){
|
||||
main = "oplevel.bc.js";
|
||||
}
|
||||
}
|
||||
function load_script(url){
|
||||
var fileref=document.createElement('script');
|
||||
fileref.setAttribute("type","text/javascript");
|
||||
|
||||
Reference in New Issue
Block a user