From 83c938702eb67bd6d154bb98b632e64e5e7e183f Mon Sep 17 00:00:00 2001 From: julian laplace Date: Thu, 27 Oct 2022 16:42:57 +0200 Subject: add player and image viewer --- public/assets/js/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/assets/js/index.js') diff --git a/public/assets/js/index.js b/public/assets/js/index.js index 1c8deb5..ef2b8f4 100644 --- a/public/assets/js/index.js +++ b/public/assets/js/index.js @@ -17,6 +17,8 @@ var app = (function () { }; app.ready = function () { + audio.init(); + app.player = new AudioPlayer(); app.router.route(); }; -- cgit v1.2.3-70-g09d2