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,20 +21,21 @@ Banner =
|
||||
'sub'
|
||||
else
|
||||
''}title"
|
||||
Banner.custom(child).spellcheck = false
|
||||
child.spellcheck = false
|
||||
|
||||
return
|
||||
|
||||
cb:
|
||||
toggle: ->
|
||||
toggle: do ->
|
||||
types =
|
||||
jpg: 227
|
||||
png: 270
|
||||
gif: 253
|
||||
|
||||
type = Object.keys(types)[Math.floor 3 * Math.random()]
|
||||
num = Math.floor types[type] * Math.random()
|
||||
@src = "//static.4chan.org/image/title/#{num}.#{type}"
|
||||
->
|
||||
type = Object.keys(types)[Math.floor 3 * Math.random()]
|
||||
num = Math.floor types[type] * Math.random()
|
||||
@src = "//static.4chan.org/image/title/#{num}.#{type}"
|
||||
|
||||
click: (e) ->
|
||||
if e.ctrlKey
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user