Skip to content

Commit 8ad43ae

Browse files
committed
Fixed last tab behavior
1 parent cd82068 commit 8ad43ae

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
-209 KB
Binary file not shown.
-1.37 MB
Binary file not shown.

distrib/filemin-1.1.2.linux.wbm.gz

-1.41 MB
Binary file not shown.
-1.2 MB
Binary file not shown.

unauthenticated/js/filemin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ $(document).ready( function () {
945945
}
946946
filemin.delTab(tabId);
947947
}
948-
if($('#tabs-control li').length == 1) {
948+
if($('#tabs-control li').length == 0) {
949949
var $bottomPanel = $('#bottom-panel');
950950
$bottomPanel.hide("slide", { direction: "down" }, 100);
951951
var $treePane = $('#filemin-tree');

0 commit comments

Comments
 (0)