stop tag autocomplete ajaxify

This commit is contained in:
barisusakli
2014-09-21 19:24:51 -04:00
parent ba90b5d113
commit 8c600ae15d

View File

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