Fix an oopsie
Conflicts: builds/4chan-X.user.js builds/crx/script.js src/General/lib/simpledict.class
This commit is contained in:
parent
58c68316e3
commit
52303cfdc6
@ -156,6 +156,7 @@ Navigate =
|
||||
return if e and (e.shiftKey or e.ctrlKey or (e.type is 'click' and e.button isnt 0)) # Not simply a left click
|
||||
|
||||
$.addClass Index.button, 'fa-spin'
|
||||
Index.clearSearch() if Index.isSearching
|
||||
|
||||
[_, boardID, view, threadID] = @pathname.split '/'
|
||||
|
||||
|
||||
@ -13,4 +13,7 @@ class SimpleDict
|
||||
@keys.splice i, 1
|
||||
delete @[key]
|
||||
|
||||
forEach: (fn) -> fn @[key] for key in [@keys...]
|
||||
forEach: (fn) ->
|
||||
fn @[key] for key in [@keys...]
|
||||
return
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user