This commit is contained in:
Nicolas Stepien 2013-04-14 22:04:50 +02:00
parent 0ff0b14d27
commit 0bccde09dd
2 changed files with 4 additions and 4 deletions

View File

@ -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) ->

View File

@ -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