mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 00:45:47 +01:00
more fixes
This commit is contained in:
@@ -458,7 +458,7 @@ var socket,
|
||||
});
|
||||
};
|
||||
|
||||
app.updateHeader = function(data) {
|
||||
app.updateHeader = function(err, data) {
|
||||
$('#search-button').off().on('click', function(e) {
|
||||
e.stopPropagation();
|
||||
$('#search-fields').removeClass('hide').show();
|
||||
|
||||
Reference in New Issue
Block a user