Fixing media upload based on reporter

This commit is contained in:
Dennis Eichhorn 2016-07-06 22:21:21 +02:00
parent 15fabe8f58
commit 8f0e19e174

View File

@ -128,6 +128,5 @@ jsOMS.ready(function ()
{
"use strict";
let navigation = new jsOMS.Modules.Navigation();
navigation.bind('nav-side');
window.omsApp.moduleManager.get('Navigation').bind('nav-side');
});