Merge pull request #5003 from yariplus/patch-11

New topic from anywhere.
This commit is contained in:
Barış Soner Uşaklı
2016-09-01 11:32:06 +03:00
committed by GitHub

View File

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