|
@@ -1443,6 +1443,10 @@
|
|
|
recordPreviousPage = false;
|
|
|
}
|
|
|
|
|
|
+ if (searchMode){
|
|
|
+ hideSearchBar(true);
|
|
|
+ }
|
|
|
+
|
|
|
//Backup the current selected files if it is an refresh operation
|
|
|
let selectedFiles = [];
|
|
|
if (path == currentPath){
|
|
@@ -1471,12 +1475,14 @@
|
|
|
window.location.hash = path;
|
|
|
updatePathDisplay(path);
|
|
|
currentPath = path;
|
|
|
+
|
|
|
//Update floatWindow title if exists
|
|
|
if (ao_module_virtualDesktop){
|
|
|
var tmp = path.split("/");
|
|
|
tmp.pop();
|
|
|
ao_module_setWindowTitle(applocale.getString("title/title", "File Manager") + " - " + tmp.pop());
|
|
|
}
|
|
|
+
|
|
|
//Check if there are parent path for curret path
|
|
|
if (checkIfParentDirExists(currentPath)){
|
|
|
$("#ppbtn").removeClass("disabled");
|