This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
jellyfin-web
Watch
1
Star
0
Fork
You've already forked jellyfin-web
0
mirror of
https://github.com/jellyfin/jellyfin-web
synced
2025-03-30 19:56:21 +00:00
Code
Activity
ae715bbe9a
jellyfin-web
/
src
/
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
}
)
(
)
;
Copy permalink