Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs_fs2erp5_gadget
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
officejs_fs2erp5_gadget
Commits
76631e6b
Commit
76631e6b
authored
Aug 22, 2017
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix original_url
parent
9eb2e5dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
gadget_officejs_page_export2erp5.js
gadget_officejs_page_export2erp5.js
+4
-5
No files found.
gadget_officejs_page_export2erp5.js
View file @
76631e6b
/*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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment