more fixes

This commit is contained in:
Baris Soner Usakli
2014-01-16 17:15:00 -05:00
parent 1ec21c2bfd
commit e5c8caf5ff
3 changed files with 22 additions and 15 deletions

View File

@@ -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();