mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-15 13:00:21 +01:00
stop tag autocomplete ajaxify
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user