|
@@ -3809,7 +3809,9 @@
|
|
function msgbox(icon, text){
|
|
function msgbox(icon, text){
|
|
$($(".msgbox").find("span")[0]).text(text);
|
|
$($(".msgbox").find("span")[0]).text(text);
|
|
$($(".msgbox").find("i")[0]).attr("class", icon + " icon");
|
|
$($(".msgbox").find("i")[0]).attr("class", icon + " icon");
|
|
- $(".msgbox").stop().finish().slideDown('fast').delay(3000).slideUp('fast');
|
|
|
|
|
|
+ $(".msgbox").stop().finish().slideDown('fast').delay(3000).slideUp('fast', function(){
|
|
|
|
+ initWindowSizes(false);
|
|
|
|
+ });
|
|
}
|
|
}
|
|
|
|
|
|
//Keyboard hotkey events
|
|
//Keyboard hotkey events
|
|
@@ -4807,7 +4809,7 @@
|
|
$("#folderList").html(`<div class="ts basic segment">
|
|
$("#folderList").html(`<div class="ts basic segment">
|
|
<div class="ts header">
|
|
<div class="ts header">
|
|
<i class="remove icon"></i> Search Error
|
|
<i class="remove icon"></i> Search Error
|
|
- <div class="sub header">Search timeout has occurred during file searching.</div>
|
|
|
|
|
|
+ <div class="sub header">Search timeout</div>
|
|
</div>
|
|
</div>
|
|
</div>`);
|
|
</div>`);
|
|
}
|
|
}
|