mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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)
|
if (typeof cb === 'function') cb(err)
|
||||||
else {
|
else {
|
||||||
$('#comment-stuff').slideDown(1.5, function() {
|
$('#comment-stuff').slideDown(1.5, function() {
|
||||||
this.scrollIntoView(true)
|
if (typeof cb === 'function') cb()
|
||||||
|
else this.scrollIntoView(true)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue