1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

ADDED standalone.js script to inject standalone mode in dev server

This commit is contained in:
ringmatter@fastmail.com 2019-12-01 09:14:10 +01:00
parent 61ce341e6f
commit 4a0cfb5be9
3 changed files with 6 additions and 12 deletions

4
src/standalone.js Normal file
View file

@ -0,0 +1,4 @@
(function() {
"use strict";
window.appMode='standalone';
})();