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
8b6dc05d64
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
(
)
{
"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