|
@@ -44,6 +44,13 @@
|
|
|
return [].concat(this.map(lambda));
|
|
|
};
|
|
|
}
|
|
|
+
|
|
|
+ if (!document.currentScript) {
|
|
|
+ document.currentScript = function() {
|
|
|
+ var scripts = document.getElementsByTagName('script');
|
|
|
+ return scripts[scripts.length - 1];
|
|
|
+ }();
|
|
|
+ }
|
|
|
|
|
|
var $h, FileInput, getLoadingUrl = function () {
|
|
|
var src = document.currentScript.src, srcPath = src.substring(0, src.lastIndexOf("/"));
|