Merge branch 'master' of github.com:designcreateplay/NodeBB

v1.18.x
Julian Lam 12 years ago
commit f92bbdaefa

@ -1,6 +1,6 @@
{
"chat.chatting_with": "Chat with <span id='chat-with-name'></span>",
"chat.placeholder": "type chat message, here press enter to send",
"chat.placeholder": "type chat message here, press enter to send",
"chat.send": "Send",
"stats.online": "Online",
"stats.users": "Users",

@ -273,7 +273,7 @@ var socket,
}
$('span.timeago').timeago();
$('.post-content img').addClass('img-responsive');
setTimeout(function () {
window.scrollTo(0, 1); // rehide address bar on mobile after page load completes.
@ -342,6 +342,7 @@ var socket,
app.populate_online_users();
app.addCommasToNumbers();
$('span.timeago').timeago();
$('.post-content img').addClass('img-responsive');
});
}

Loading…
Cancel
Save