mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
actually call the callback, ffffuuuuuuuu
This commit is contained in:
parent
79710fa2c0
commit
034dcd743a
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@
|
|||
if (typeof cb === 'function') cb(err)
|
||||
else {
|
||||
$('#comment-stuff').slideDown(1.5, function() {
|
||||
this.scrollIntoView(true)
|
||||
if (typeof cb === 'function') cb()
|
||||
else this.scrollIntoView(true)
|
||||
})
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue