CC-3942: Canceling a storage folder change does not blank the Import Folder field
-fixed
This commit is contained in:
parent
a4e8fd224d
commit
cf32096d9c
|
@ -56,6 +56,9 @@ function setWatchedDirEvents() {
|
|||
setWatchedDirEvents();
|
||||
});
|
||||
}
|
||||
else {
|
||||
$('#storageFolder').val("");
|
||||
}
|
||||
});
|
||||
|
||||
$('#watchedFolder-ok').click(function(){
|
||||
|
|
Loading…
Reference in New Issue