mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 17:59:20 +00:00
DEV: Remove unused searchTags param (#24590)
This commit is contained in:
parent
4c7793940a
commit
4953bced64
@ -9,11 +9,7 @@ import I18n from "discourse-i18n";
|
||||
|
||||
export default Mixin.create({
|
||||
searchTags(url, data, callback) {
|
||||
return ajax(getURL(url), {
|
||||
quietMillis: 200,
|
||||
dataType: "json",
|
||||
data,
|
||||
})
|
||||
return ajax(getURL(url), { data })
|
||||
.then((json) => callback(this, json))
|
||||
.catch(popupAjaxError);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user