stop tag autocomplete ajaxify

v1.18.x
barisusakli
parent ba90b5d113
commit 8c600ae15d

@ -33,8 +33,8 @@ define('composer/tags', function() {
}
if (tags) {
response(tags);
$('.ui-autocomplete a').attr('href', '#');
}
$('.ui-autocomplete a').attr('data-ajaxify', 'false');
});
},
select: function(event, ui) {

Loading…
Cancel
Save