From c29b3a7a25c990e410880aea804730608cc3a619 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Mon, 24 Dec 2018 21:49:31 -0500 Subject: [PATCH] auth-common.js: add semicolon after use strict --- frontend/js/auth-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/auth-common.js b/frontend/js/auth-common.js index 3493f38..907b928 100644 --- a/frontend/js/auth-common.js +++ b/frontend/js/auth-common.js @@ -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