mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
move to lib directory
This commit is contained in:
parent
512dca813e
commit
8485f6b412
1 changed files with 1 additions and 1 deletions
|
|
@ -17,4 +17,4 @@ function GetLastUpdated(urlToCheck) {
|
|||
var json = response.getContentText();
|
||||
var data = JSON.parse(json);
|
||||
return moment(data.archived_snapshots.closest.timestamp, "YYYYMMDDhhmmss").fromNow();;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue