Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
1c96316a
Commit
1c96316a
authored
Apr 23, 2019
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[officejs_olapy_demo] Update hardcoded local XMLA URL
parent
a2aaf6a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bt5/officejs_olapy_demo/PathTemplateItem/web_page_module/gadget_onlyoffice_iodide_sw_js.js
...ateItem/web_page_module/gadget_onlyoffice_iodide_sw_js.js
+1
-1
bt5/officejs_olapy_demo/PathTemplateItem/web_page_module/gadget_onlyoffice_iodide_sw_js.xml
...teItem/web_page_module/gadget_onlyoffice_iodide_sw_js.xml
+2
-2
No files found.
bt5/officejs_olapy_demo/PathTemplateItem/web_page_module/gadget_onlyoffice_iodide_sw_js.js
View file @
1c96316a
...
...
@@ -51,7 +51,7 @@ var global = self, window = self;
self
.
addEventListener
(
"
fetch
"
,
function
(
event
)
{
var
relative_url
=
event
.
request
.
url
.
split
(
"
#
"
)[
0
]
.
replace
(
self
.
registration
.
scope
,
""
);
if
(
relative_url
===
"
local_iodide
"
)
{
if
(
relative_url
.
indexOf
(
"
local_iodide
"
)
!==
-
1
)
{
event
.
respondWith
(
new
self
.
RSVP
.
Queue
()
.
push
(
function
()
{
...
...
bt5/officejs_olapy_demo/PathTemplateItem/web_page_module/gadget_onlyoffice_iodide_sw_js.xml
View file @
1c96316a
...
...
@@ -228,7 +228,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
97
3.52252.34629.325
9
</string>
</value>
<value>
<string>
97
5.14837.9212.3042
9
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -246,7 +246,7 @@
</tuple>
<state>
<tuple>
<float>
155
0672983.8
1
</float>
<float>
155
6032641.5
1
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
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