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 */
/*jslint indent: 2, nomen: true, maxlen: 80*/
(function (window, navigator, RSVP, rJS, jIO, URL) {
(function (window, navigator, RSVP, rJS, jIO, URL, URI) {
"use strict";
var origin_url = (window.location.origin + window.location.pathname)
.replace("officejs_fs2erp5_gadget/", "");
var origin_url = URI("..").absoluteTo(window.location.href);
// application_list = [
// "officejs_fs2erp5_gadget",
//
......@@ -146,4 +145,4 @@
});
});
}(window, navigator, RSVP, rJS, jIO, URL));
\ No newline at end of file
}(window, navigator, RSVP, rJS, jIO, URL, URI));
\ 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