preventing ctrl-f hijacking if no search plugin is installed

This commit is contained in:
Julian Lam
2014-11-24 12:38:44 -05:00
parent fa39b5e46b
commit 1c21ca78dc
2 changed files with 4 additions and 1 deletions

View File

@@ -539,7 +539,9 @@ var socket,
handleStatusChange();
handleSearch();
if (config.searchEnabled) {
handleSearch();
}
$('#logout-link').on('click', app.logout);