This website requires JavaScript.
Explore
Help
Sign in
milas
/
jellyfish-web
Watch
1
Star
0
Fork
You've already forked jellyfish-web
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
96eccd2ecd
jellyfish-web
/
src
/
scripts
/
standalone.js
5 lines
73 B
JavaScript
Raw
Normal View
History
Unescape
Escape
ADDED standalone.js script to inject standalone mode in dev server
2019-12-01 09:14:10 +01:00
(
function
(
)
{
Force the use of single quotes
2020-05-04 12:44:12 +02:00
'use strict'
;
minor readme changes
2019-12-03 23:17:01 +09:00
window
.
appMode
=
'standalone'
;
ADDED standalone.js script to inject standalone mode in dev server
2019-12-01 09:14:10 +01:00
}
)
(
)
;
Reference in a new issue
Copy permalink