updating markdown and moving app.load back into ajaxify.end

v1.18.x
Julian Lam 8 years ago
parent cfacc4f133
commit ae261e073b

@ -60,7 +60,7 @@
"nodebb-plugin-dbsearch": "2.0.6",
"nodebb-plugin-emoji-extended": "1.1.1",
"nodebb-plugin-emoji-one": "1.2.1",
"nodebb-plugin-markdown": "8.1.0",
"nodebb-plugin-markdown": "8.2.0",
"nodebb-plugin-mentions": "2.1.6",
"nodebb-plugin-soundpack-default": "1.0.0",
"nodebb-plugin-spam-be-gone": "0.5.1",

@ -424,4 +424,6 @@ $(document).ready(function () {
// Progressive Enhancement, ajaxify available only to modern browsers
ajaxifyAnchors();
}
app.load();
});

@ -98,5 +98,4 @@ define('forum/footer', ['notifications', 'chat', 'components', 'translator'], fu
socket.on('event:unread.updateChatCount', updateUnreadChatCount);
initUnreadTopics();
app.load();
});

Loading…
Cancel
Save