New topic from anywhere.

Like on the navbar.
v1.18.x
Timothy Fike 9 years ago committed by GitHub
parent 90fbe73188
commit fc68b64fe0

@ -33,7 +33,7 @@ app.cacheBuster = null;
app.handleSearch();
}
$('#content').on('click', '#new_topic', function(){
$('body').on('click', '#new_topic', function(){
app.newTopic();
});

Loading…
Cancel
Save