X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=functions.js;h=926e155cc31325e398d1a3f806c2f22404991705;hb=e331188f761669785024bc0f76debb904a1b6210;hp=c47070ed3e3e78f2ec3cc52b0f705b8fd90ac5b6;hpb=e6f1a1b747fd2e77c910dc048cb44ca622da4a79;p=tt-rss.git diff --git a/functions.js b/functions.js index c47070ed..926e155c 100644 --- a/functions.js +++ b/functions.js @@ -8,7 +8,7 @@ Array.prototype.remove = function(s) { for (var i=0; i < this.length; i++) { if (s == this[i]) this.splice(i, 1); } -} +}; /* create console.log if it doesn't exist */ @@ -302,7 +302,7 @@ function gotoExportOpml(filename, settings) { if(x.length>1) { // remove negative sign x=Math.abs(x)+""; - for(j=0;j