Fix tags and minify
This commit is contained in:
parent
9bddcaa181
commit
c8e906b00d
|
@ -1009,7 +1009,7 @@ PublicServers.prototype.loadServers = function(dataset, search, clear) {
|
||||||
html += '<span class="server-name-span">' + self.escape(source.name) + '</span>';
|
html += '<span class="server-name-span">' + self.escape(source.name) + '</span>';
|
||||||
|
|
||||||
var tags = [];
|
var tags = [];
|
||||||
source.categories.forEach(function(tag) {
|
source.tags.forEach(function(tag) {
|
||||||
tags.push(self.escape(tag.name));
|
tags.push(self.escape(tag.name));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue