Update file list when rename a file

This commit is contained in:
benweet 2013-03-25 23:25:50 +00:00
parent 1476883aee
commit 1138227618

View File

@ -28,6 +28,7 @@ var fileManager = (function($) {
} }
$(this).hide(); $(this).hide();
$("#file-title").show(); $("#file-title").show();
fileManager.updateFileTitleList();
fileManager.updateFileTitleUI(); fileManager.updateFileTitleUI();
}); });
}; };