fix whitespaces (tabs) in javascript

This commit is contained in:
Milan
2019-10-05 17:15:50 +02:00
parent a80afcad99
commit 4cc6f7ba8c
17 changed files with 1171 additions and 1173 deletions

View File

@@ -58,7 +58,7 @@ function isNewToHistory(url){
var historyController=history[0].split('.cgi').shift();
//remove last entry on same controller
if(urlController==historyController){
console.log("same controller\n"+url+"\n"+history[0])
console.log("same controller\n"+url+"\n"+history[0])
//var ignore=0;
//provide back to series from series details
//if(contains(url,'series')){
@@ -68,8 +68,8 @@ function isNewToHistory(url){
//console.log(ignore);
//}
//if (ignore==0)
//history.shift();
return null;
//history.shift();
return null;
}