mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 07:10:30 +01:00
Merge pull request #5003 from yariplus/patch-11
New topic from anywhere.
This commit is contained in:
@@ -33,7 +33,7 @@ app.cacheBuster = null;
|
||||
app.handleSearch();
|
||||
}
|
||||
|
||||
$('#content').on('click', '#new_topic', function(){
|
||||
$('body').on('click', '#new_topic', function(){
|
||||
app.newTopic();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user