mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-16 05:20:24 +01:00
stop tag autocomplete ajaxify
This commit is contained in:
@@ -33,8 +33,8 @@ define('composer/tags', function() {
|
|||||||
}
|
}
|
||||||
if (tags) {
|
if (tags) {
|
||||||
response(tags);
|
response(tags);
|
||||||
$('.ui-autocomplete a').attr('href', '#');
|
|
||||||
}
|
}
|
||||||
|
$('.ui-autocomplete a').attr('data-ajaxify', 'false');
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
select: function(event, ui) {
|
select: function(event, ui) {
|
||||||
|
|||||||
Reference in New Issue
Block a user