Skip to content

Commit 3ed6e06

Browse files
committed
comment
1 parent 1c43a79 commit 3ed6e06

File tree

1 file changed

+1
-0
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
631631
// check the entries in currentParams are the same as the reqParams
632632
let sameContext = true;
633633
Object.entries(currentParams).forEach(([key, value]) => {
634+
// loose equality: will do a Number to String conversion if necessary
634635
sameContext &= key in reqParams && reqParams[key] == value;
635636
});
636637
return !sameContext;

0 commit comments

Comments
 (0)