diff options
Diffstat (limited to 'SemanticResultFormats/formats/Exhibit/exhibit/compile-epilog.js')
-rw-r--r-- | SemanticResultFormats/formats/Exhibit/exhibit/compile-epilog.js | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/SemanticResultFormats/formats/Exhibit/exhibit/compile-epilog.js b/SemanticResultFormats/formats/Exhibit/exhibit/compile-epilog.js deleted file mode 100644 index d1a70927..00000000 --- a/SemanticResultFormats/formats/Exhibit/exhibit/compile-epilog.js +++ /dev/null @@ -1,16 +0,0 @@ -(function() { - var f = null; - if ("SimileWidgets_onLoad" in window) { - if (typeof SimileWidgets_onLoad == "string") { - f = eval(SimileWidgets_onLoad); - SimileWidgets_onLoad = null; - } else if (typeof SimileWidgets_onLoad == "function") { - f = SimileWidgets_onLoad; - SimileWidgets_onLoad = null; - } - } - - if (f != null) { - f(); - } -})();
\ No newline at end of file |