diff --git a/www/assets/app.js b/www/assets/app.js index 9e6d642..8f5fb55 100644 --- a/www/assets/app.js +++ b/www/assets/app.js @@ -5,7 +5,7 @@ // Automatically redirects user to a new session when bypassing captcha. // Controller keeps code/logic separate from the HTML - app.controller("BypassController", ['$scope', '$log', '$http', '$location', '$timeout', '$mdDialog', '$window', function($scope, $log, $http, $location, $timeout, $mdDialog, $window) { + app.controller("BypassController", ['$scope', '$log', '$http', '$location', '$timeout', function($scope, $log, $http, $location, $timeout) { setTimeout(function() { var el = document.querySelector("#submit"); el.click(); diff --git a/www/bypass.html b/www/bypass.html index 2582f20..7a3b723 100644 --- a/www/bypass.html +++ b/www/bypass.html @@ -18,7 +18,6 @@ - diff --git a/www/index.html b/www/index.html index c731aa4..6722967 100644 --- a/www/index.html +++ b/www/index.html @@ -3,7 +3,7 @@