From 19e965a77a6e5040d2ca6ad3c9a565408c5910fe Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Thu, 26 Apr 2018 13:50:35 +0700 Subject: SEMICOLONS, ermahgerd (#93) --- public/js/auth.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/js/auth.js') diff --git a/public/js/auth.js b/public/js/auth.js index ecc7c7c..1ae9e4d 100644 --- a/public/js/auth.js +++ b/public/js/auth.js @@ -27,7 +27,7 @@ page.do = function(dest){ return swal('An error ocurred', 'There was an error with the request, please check the console for more information.', 'error'); console.log(error); }); -} +}; page.verify = function(){ page.token = localStorage.token; @@ -49,8 +49,8 @@ page.verify = function(){ console.log(error); }); -} +}; window.onload = function () { page.verify(); -} \ No newline at end of file +}; \ No newline at end of file -- cgit v1.2.3