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

View file

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