mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
auth-common.js: add semicolon after use strict
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
(function (global, document) {
|
||||
"use strict"
|
||||
"use strict";
|
||||
|
||||
// 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
|
||||
|
Reference in New Issue
Block a user