diff options
Diffstat (limited to 'notifier/subject_wassr.js')
-rwxr-xr-x | notifier/subject_wassr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notifier/subject_wassr.js b/notifier/subject_wassr.js index a1bf6eb..88a302a 100755 --- a/notifier/subject_wassr.js +++ b/notifier/subject_wassr.js @@ -39,7 +39,7 @@ notifier.subject.register(notifier.SubjectHttp, { }, preInitialize: function() { [username, password] = $U.getUserAndPassword('http://wassr.jp', 'http://wassr.jp'); - this.options.url = URL + username + '&page=4'; + this.options.url = URL + username; this.options.extra.username = username; this.options.extra.password = password; return (username && password) ? true : false; |