From 03355c53b5b0a47695c045af992d46d57fdb7429 Mon Sep 17 00:00:00 2001 From: frankdelange Date: Sun, 19 Mar 2017 22:07:19 +0100 Subject: [PATCH] files_reader: prepare for NC12 --- files_reader/js/plugin.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files_reader/js/plugin.js b/files_reader/js/plugin.js index 59946aa..d6f4f21 100644 --- a/files_reader/js/plugin.js +++ b/files_reader/js/plugin.js @@ -46,6 +46,7 @@ hideControls: function() { $('#app-content #controls').hide(); + $('#app-navigation').css("display", "none"); }, hide: function() { @@ -54,6 +55,7 @@ } $("#controls").show(); $('#app-content #controls').removeClass('hidden'); + $('#app-navigation').css("display", ""); if ($('#isPublic').val()) { $('#imgframe').show(); $('footer').show();