Skip to content

Commit

Permalink
#34 Fixed problem with async calls
Browse files Browse the repository at this point in the history
  • Loading branch information
elfoxero committed Mar 30, 2015
1 parent bedd876 commit f13a149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ var files = (function () {
}

function showFileList() {
fileList = fileList || document.querySelector('#index .files');
fileList.innerHTML = '';

if (curDir.length > 0 || window.config.isSimulator) {
Expand Down

0 comments on commit f13a149

Please sign in to comment.