Skip to content

issue 304 - utils.js: origin is unknown to cookieSet(), does not work with Safari

Wouter Groeneveld requested to merge wgroeneveld/commento:master into master

When investigating #304 to help out with the Safari thing, I noticed in Safari my browser gives a JS error when pressing login. After some digging, the origin variable here is not a local var and Safari does not recognize it should be window.commento.origin instead.

Fixes login button on Safari.

Merge request reports