1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-07-03 10:33:25 +00:00

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

This commit is contained in:
OzzieIsaacs 2017-07-11 17:48:33 +02:00
commit a8aa1e7623

View File

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