mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
omfg
This commit is contained in:
parent
034dcd743a
commit
5a0c212d26
1 changed files with 1 additions and 1 deletions
|
|
@ -43,8 +43,8 @@
|
|||
getComments(function(err) {
|
||||
if (err) {
|
||||
$('#comments').text('derp')
|
||||
if (typeof cb === 'function') cb(err)
|
||||
}
|
||||
if (typeof cb === 'function') cb(err)
|
||||
else {
|
||||
$('#comment-stuff').slideDown(1.5, function() {
|
||||
if (typeof cb === 'function') cb()
|
||||
|
|
|
|||
Loading…
Reference in a new issue