Clear navbar input search value on contributor change
Benjamin Renard

Benjamin Renard commited on 2014-12-01 22:17:48
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -170,6 +170,7 @@ on_contributor_change=function(e) {
170 170
 	}
171 171
 	$('#view-group #group-username').html($('#view-group #contributor option:selected').text());
172 172
 	show_contributions(groups[$('#view-group').data('uuid')],$('#view-group #contributor')[0].value);
173
+	$('#nav-search-form input')[0].value='';
173 174
 }
174 175
 
175 176
 _current_displayed_contributions=[];
176 177