mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed encoding issue on autocomplete and input send
This commit is contained in:
@@ -151,7 +151,7 @@ var Frontpage = {
|
||||
data: data,
|
||||
limit: 5, // The max amount of results that can be shown at once. Default: Infinity.
|
||||
onAutocomplete: function(val) {
|
||||
Frontpage.to_channel(val, false);
|
||||
Frontpage.to_channel(Helper.encodeChannelName(val), false);
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user