Skip to content

Commit

Permalink
fix authentication: missing namespace for method call
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@14448 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 18, 2016
1 parent 860d3ee commit c9f5625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5/js/Utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var Utilities = {
}
var s = '';
while (s.length<l) {
s += getHexUUID();
s += Utilities.getHexUUID();
}
return s.slice(0, l);
},
Expand Down

0 comments on commit c9f5625

Please sign in to comment.