remove unused js var
This commit is contained in:
@@ -246,8 +246,6 @@ Autocomplete.initialize_wiki_autocomplete = function($fields) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Autocomplete.normal_source = function(term, resp) {
|
Autocomplete.normal_source = function(term, resp) {
|
||||||
var key = "ac-" + term.replace(/\./g,'\uFFFF');
|
|
||||||
|
|
||||||
return $.ajax({
|
return $.ajax({
|
||||||
url: "/tags/autocomplete.json",
|
url: "/tags/autocomplete.json",
|
||||||
data: {
|
data: {
|
||||||
|
|||||||
Reference in New Issue
Block a user