rm redundant parens
This commit is contained in:
parent
bd5616ebdb
commit
3efe11ae32
@ -2622,7 +2622,7 @@ DeleteButton =
|
|||||||
$.off @, 'click', DeleteButton.delete
|
$.off @, 'click', DeleteButton.delete
|
||||||
@textContent = 'Deleting...'
|
@textContent = 'Deleting...'
|
||||||
|
|
||||||
if m = d.cookie.match(/4chan_pass=([^;]+)/)
|
if m = d.cookie.match /4chan_pass=([^;]+)/
|
||||||
pwd = decodeURIComponent m[1]
|
pwd = decodeURIComponent m[1]
|
||||||
else
|
else
|
||||||
pwd = $.id('delPassword').value
|
pwd = $.id('delPassword').value
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user