Skip to content

Commit

Permalink
moved filemanmode reset to click function (other one didn't work) #177
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Aug 9, 2021
1 parent 428dfa3 commit 83ef071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flat/script/flat.js
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ function hideadddirectoryform() {
}

function index_click() {
$('#filemanmode').val("");
$('#wait span.msg').html("Loading document on the server...<br/>(this may take a while for large documents)");
$('#wait').show();
}
Expand All @@ -762,7 +763,6 @@ function submitfilemanager(filemanmode) {
}
$('#filemanmode').val(filemanmode);
$('#filemanform').submit();
$('#filemanmode').val("");
}

function auto_grow(element) {
Expand Down

0 comments on commit 83ef071

Please sign in to comment.