Commit 76631e6b authored by Boris Kocherov's avatar Boris Kocherov

fix original_url

parent 9eb2e5dd
/*globals window, RSVP, rJS, loopEventListener, URL, document /*globals window, RSVP, rJS, loopEventListener, URL, URI, document
FileReader, console, navigator, jIO */ FileReader, console, navigator, jIO */
/*jslint indent: 2, nomen: true, maxlen: 80*/ /*jslint indent: 2, nomen: true, maxlen: 80*/
(function (window, navigator, RSVP, rJS, jIO, URL) { (function (window, navigator, RSVP, rJS, jIO, URL, URI) {
"use strict"; "use strict";
var origin_url = (window.location.origin + window.location.pathname) var origin_url = URI("..").absoluteTo(window.location.href);
.replace("officejs_fs2erp5_gadget/", "");
// application_list = [ // application_list = [
// "officejs_fs2erp5_gadget", // "officejs_fs2erp5_gadget",
// //
...@@ -146,4 +145,4 @@ ...@@ -146,4 +145,4 @@
}); });
}); });
}(window, navigator, RSVP, rJS, jIO, URL)); }(window, navigator, RSVP, rJS, jIO, URL, URI));
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment