Fix library/clipboard import/export issues

This commit is contained in:
Nick O'Leary
2019-05-21 22:58:56 +01:00
parent 5ab7380ad1
commit 42b60aef4e
7 changed files with 127 additions and 54 deletions

View File

@@ -77,9 +77,6 @@ function getFileBody(root,path) {
body += parts[i]+"\n";
}
}
if (! /^\/\/ \w+: /.test(remaining)) {
scanning = false;
}
if (!scanning) {
body += remaining;
}