Fix tags and minify

This commit is contained in:
Jiiks 2016-12-02 09:24:44 +02:00
parent 9bddcaa181
commit c8e906b00d
2 changed files with 101 additions and 2568 deletions

View File

@ -1009,7 +1009,7 @@ PublicServers.prototype.loadServers = function(dataset, search, clear) {
html += '<span class="server-name-span">' + self.escape(source.name) + '</span>';
var tags = [];
source.categories.forEach(function(tag) {
source.tags.forEach(function(tag) {
tags.push(self.escape(tag.name));
});

2667
js/main.min.js vendored

File diff suppressed because one or more lines are too long