Zixaphir is a tough boss
This commit is contained in:
parent
61b2a51836
commit
c655bbcceb
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -21,17 +21,18 @@ Banner =
|
|||||||
'sub'
|
'sub'
|
||||||
else
|
else
|
||||||
''}title"
|
''}title"
|
||||||
Banner.custom(child).spellcheck = false
|
child.spellcheck = false
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
cb:
|
cb:
|
||||||
toggle: ->
|
toggle: do ->
|
||||||
types =
|
types =
|
||||||
jpg: 227
|
jpg: 227
|
||||||
png: 270
|
png: 270
|
||||||
gif: 253
|
gif: 253
|
||||||
|
|
||||||
|
->
|
||||||
type = Object.keys(types)[Math.floor 3 * Math.random()]
|
type = Object.keys(types)[Math.floor 3 * Math.random()]
|
||||||
num = Math.floor types[type] * Math.random()
|
num = Math.floor types[type] * Math.random()
|
||||||
@src = "//static.4chan.org/image/title/#{num}.#{type}"
|
@src = "//static.4chan.org/image/title/#{num}.#{type}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user