This commit is contained in:
@@ -908,6 +908,8 @@ function untokenizeListView(lv) {
|
||||
if (lv.indexOf('"token":true') == -1) {
|
||||
return;
|
||||
}
|
||||
//it has one or more tokens
|
||||
//iterate the array and build a new array with substituted tokens with the correct date and time in them
|
||||
console.log(lv);
|
||||
console.log(JSON.parse(lv));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user