Skip to content

Commit 86260c8

Browse files
committed
soft comparison
1 parent 2f6cd6d commit 86260c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/file/FileLabelWithActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ qx.Class.define("osparc.file.FileLabelWithActions", {
191191
if (toBeDeleted.length === 0) {
192192
return;
193193
}
194-
if (toBeDeleted[0].getLocation() !== 0) {
194+
if (toBeDeleted[0].getLocation() != 0) {
195195
osparc.FlashMessenger.logAs(this.tr("You can only delete files in the local storage"), "WARNING");
196196
return;
197197
}

0 commit comments

Comments
 (0)