Close #1024
This commit is contained in:
parent
0ff0b14d27
commit
0bccde09dd
@ -102,9 +102,9 @@ $.extend $,
|
||||
(el) -> el.remove()
|
||||
else
|
||||
(el) -> el.parentNode?.removeChild el
|
||||
rmAll: (el) ->
|
||||
rmAll: (root) ->
|
||||
# jsperf.com/emptify-element
|
||||
while node = el.firstChild
|
||||
while node = root.firstChild
|
||||
$.rm node
|
||||
return
|
||||
tn: (s) ->
|
||||
|
||||
@ -2077,9 +2077,9 @@ Redirect =
|
||||
Redirect.path '//archive.thedarkcave.org', 'foolfuuka', data
|
||||
when 'ck', 'fa', 'lit', 's4s'
|
||||
Redirect.path '//fuuka.warosu.org', 'fuuka', data
|
||||
when 'diy', 'sci'
|
||||
when 'diy', 'g', 'sci'
|
||||
Redirect.path '//archive.installgentoo.net', 'fuuka', data
|
||||
when 'cgl', 'g', 'mu', 'w'
|
||||
when 'cgl', 'mu', 'w'
|
||||
Redirect.path '//rbt.asia', 'fuuka', data
|
||||
when 'an', 'fit', 'k', 'mlp', 'r9k', 'toy', 'x'
|
||||
Redirect.path 'http://archive.heinessen.com', 'fuuka', data
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user