Commit a8aa1e76 authored by OzzieIsaacs's avatar OzzieIsaacs

Merge remote-tracking branch 'button_padding/limit-typeahead-requests'

parents cfa69ff4 802eb628
...@@ -162,7 +162,7 @@ var promiseLanguages = languages.initialize(); ...@@ -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(); var form = $("form").serialize();
$.getJSON( getPath()+"/get_matching_tags", form, function( data ) { $.getJSON( getPath()+"/get_matching_tags", form, function( data ) {
$(".tags_click").each(function() { $(".tags_click").each(function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment