Merge remote-tracking branch 'button_padding/limit-typeahead-requests'
This commit is contained in:
commit
a8aa1e7623
|
@ -162,7 +162,7 @@ var promiseLanguages = languages.initialize();
|
|||
});
|
||||
});
|
||||
|
||||
$("form").on("change input typeahead:selected", function(data){
|
||||
$("form").on("change", "input.typeahead:selected", function(){
|
||||
var form = $("form").serialize();
|
||||
$.getJSON( getPath()+"/get_matching_tags", form, function( data ) {
|
||||
$(".tags_click").each(function() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user