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:
parent
675252897f
commit
03355c53b5
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue