Skip to content

Commit 27a80f3

Browse files
committed
one more attribute
1 parent c903869 commit 27a80f3

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/utils/Utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ qx.Class.define("osparc.utils.Utils", {
9595
if (control && control.getContentElement()) {
9696
control.getContentElement().setAttribute("autocomplete", "off");
9797
control.getContentElement().setAttribute("type", "search");
98+
control.getContentElement().setAttribute("name", "osparc-nope1234");
9899
}
99100
},
100101

0 commit comments

Comments
 (0)