Version 1.6.5

This commit is contained in:
Kevin Röbert
2019-06-12 20:17:49 +02:00
parent 4d9e066781
commit f9289d9216
6 changed files with 178 additions and 109 deletions

View File

@@ -46,7 +46,6 @@ function cleanURLs() {
}).then((data) => {
cleanedURLs.push(data.response);
if(i >= length-1) {
console.log("End of loop.");
cleanTArea.val(cleanedURLs.join('\n'));
}
}, handleError);