mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
preventing ctrl-f hijacking if no search plugin is installed
This commit is contained in:
@@ -539,7 +539,9 @@ var socket,
|
||||
|
||||
handleStatusChange();
|
||||
|
||||
handleSearch();
|
||||
if (config.searchEnabled) {
|
||||
handleSearch();
|
||||
}
|
||||
|
||||
$('#logout-link').on('click', app.logout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user