mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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) {
|
getComments(function(err) {
|
||||||
if (err) {
|
if (err) {
|
||||||
$('#comments').text('derp')
|
$('#comments').text('derp')
|
||||||
|
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() {
|
||||||
if (typeof cb === 'function') cb()
|
if (typeof cb === 'function') cb()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue