Skip to content

Commit

Permalink
Fix ajaxify on hidden shoutbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper committed Apr 5, 2014
1 parent cfb68e3 commit a6c1925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Shoutbox.widget = {
app.render('shoutbox', data, callback);
});
} else {
callback(null, null);
callback(null, '');
}
});
// Client or server?
Expand Down

0 comments on commit a6c1925

Please sign in to comment.