Skip to content
Snippets Groups Projects
Commit bacf3a2d authored by Lucio Zambon's avatar Lucio Zambon
Browse files

Update blm.js

parent 1cbe5f42
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,6 @@
let photoCounter = 0;
for (let i in blmData) {
if (!blmData[i] || blmData[i].indexOf('/')==-1) continue;
console.log(typeof blmData[i]);
const name = blmData[i].split('/')[2].toUpperCase();
if (name.indexOf(blm[b].skip)>-1) continue;
for (let bl in blm[b].obj) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment