CC-3942: Canceling a storage folder change does not blank the Import Folder field
-fixed
This commit is contained in:
parent
a4e8fd224d
commit
cf32096d9c
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ function setWatchedDirEvents() {
|
||||||
setWatchedDirEvents();
|
setWatchedDirEvents();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
$('#storageFolder').val("");
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#watchedFolder-ok').click(function(){
|
$('#watchedFolder-ok').click(function(){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue