Don't store in the drive pads without a hash
This commit is contained in:
@@ -883,6 +883,11 @@ define([
|
||||
toClean.push(el);
|
||||
return;
|
||||
}
|
||||
if (!el.href) {
|
||||
debug("Rmoving an element in filesData with a missing href.", el);
|
||||
toClean.push(el);
|
||||
return;
|
||||
}
|
||||
if (rootFiles.indexOf(el.href) === -1) {
|
||||
debug("An element in filesData was not in ROOT, TEMPLATE or TRASH.", el);
|
||||
var name = el.title || NEW_FILE_NAME;
|
||||
|
||||
Reference in New Issue
Block a user