Elminated some spurious console output.
This commit is contained in:
@@ -39,7 +39,6 @@ function uuid(length) {
|
||||
return s
|
||||
}
|
||||
|
||||
|
||||
$(function () {
|
||||
if (typeof cookie_get('client-id') == 'undefined') {
|
||||
cookie_set('client-id', uuid(), 10000);
|
||||
|
||||
Reference in New Issue
Block a user