Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
MOBILE-771 My files: Fixes for my private files par
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyva committed Nov 27, 2014
1 parent 724ad24 commit 0f678db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/myfiles/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,10 @@ define(templates, function (filesTpl) {
});

// Hack, in iPad this page is not rendered well, it needs a refresh doing a DOM change.
$(".nav.nav-v", "#panel-center").css("display", "block");
setTimeout(function() {
$(".nav.nav-v", "#panel-center").css("display", "block");
$("#panel-center").css("width", "99%");
}, 200);
},
null,
function (error) {
Expand Down

0 comments on commit 0f678db

Please sign in to comment.