mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 09:46:02 +02: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