1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

files_reader: prepare for NC12

This commit is contained in:
frankdelange 2017-03-19 22:07:19 +01:00
parent 675252897f
commit 03355c53b5

View file

@ -46,6 +46,7 @@
hideControls: function() { hideControls: function() {
$('#app-content #controls').hide(); $('#app-content #controls').hide();
$('#app-navigation').css("display", "none");
}, },
hide: function() { hide: function() {
@ -54,6 +55,7 @@
} }
$("#controls").show(); $("#controls").show();
$('#app-content #controls').removeClass('hidden'); $('#app-content #controls').removeClass('hidden');
$('#app-navigation').css("display", "");
if ($('#isPublic').val()) { if ($('#isPublic').val()) {
$('#imgframe').show(); $('#imgframe').show();
$('footer').show(); $('footer').show();