mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-30 11:06:37 -04:00
auth-common.js: add semicolon after use strict
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
(function (global, document) {
|
(function (global, document) {
|
||||||
"use strict"
|
"use strict";
|
||||||
|
|
||||||
// Redirect the user to the dashboard if there's a cookie. If the cookie is
|
// Redirect the user to the dashboard if there's a cookie. If the cookie is
|
||||||
// invalid, they would be redirected back to the login page *after* the
|
// invalid, they would be redirected back to the login page *after* the
|
||||||
|
Reference in New Issue
Block a user