Merge branch 'staging' into framework

pull/1/head
Caleb James DeLisle 2017-10-02 17:46:27 +03:00
commit 53f65f6a87
2 changed files with 1 additions and 0 deletions

View File

@ -426,6 +426,7 @@ define([
getFiles([FILES_DATA]).forEach(function (id) {
var data = allFilesList[id];
if (!data) { return; }
if (Array.isArray(data.tags) && containsSearchedTag(data.tags)) {
res.push(id);
} else