diff --git a/js/main.js b/js/main.js index e9df7fbf..cfa10849 100644 --- a/js/main.js +++ b/js/main.js @@ -28,6 +28,7 @@ var fileManager = (function($) { } $(this).hide(); $("#file-title").show(); + fileManager.updateFileTitleList(); fileManager.updateFileTitleUI(); }); };