mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-04 14:27:14 +00:00
mblinks: fix minor typo
This commit is contained in:
parent
ecf7681073
commit
c9a26fd00f
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ var MBLinks = function (cachekey, expiration) {
|
|||
} catch (e) {
|
||||
alert(e);
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
this.is_cached = function (url) {
|
||||
return (this.cache[url] && this.expirationMinutes > 0 && new Date().getTime() < this.cache[url].timestamp + this.expirationMinutes*60*1000);
|
||||
|
|
Loading…
Add table
Reference in a new issue