CC-3942: Canceling a storage folder change does not blank the Import Folder field

-fixed
This commit is contained in:
denise 2012-06-08 12:14:16 -04:00
parent a4e8fd224d
commit cf32096d9c
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ function setWatchedDirEvents() {
setWatchedDirEvents();
});
}
else {
$('#storageFolder').val("");
}
});
$('#watchedFolder-ok').click(function(){