jellyfish-web/src/standalone.js

5 lines
71 B
JavaScript
Raw Normal View History

(function() {
"use strict";
window.appMode='standalone';
})();