Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
ensure fixed GUI length
Browse files Browse the repository at this point in the history
  • Loading branch information
jed committed May 17, 2013
1 parent bf6c07a commit b9cf524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browserver.js
Expand Up @@ -15,7 +15,7 @@
http.STATUS_CODES = {}

http.guid = function() {
return Math.random().toString(36).slice(2)
return Math.random().toString(36).slice(2, 15)
}

var previousHttp = root.http
Expand Down

0 comments on commit b9cf524

Please sign in to comment.