diff --git a/autologout.js b/autologout.js
index b33da3f..da74320 100644
--- a/autologout.js
+++ b/autologout.js
@@ -49,7 +49,7 @@ Drupal.behaviors.autologout = function (context) {
       },
       error: function(XMLHttpRequest, textStatus) {
         alert('There has been an error resetting your last access time: ' + textStatus + '.')
-      },
+      }
     });
   }
   
@@ -62,7 +62,7 @@ Drupal.behaviors.autologout = function (context) {
       },
       error: function(XMLHttpRequest, textStatus) {
         alert('There has been an error attempting to logout: ' + textStatus + '.')
-      },
+      }
     });
   }
 };
