forked from 0x2620/pandora
refine
This commit is contained in:
parent
baaae8ac5c
commit
8f181b7b51
2 changed files with 3 additions and 3 deletions
|
|
@ -1955,7 +1955,7 @@ pandora.isEmbedURL = function(url) {
|
|||
};
|
||||
|
||||
pandora.isLicensed = function() {
|
||||
return pandora.site.license && pandora.site.license < +new Date();
|
||||
return !pandora.site.license || pandora.site.license > +new Date();
|
||||
};
|
||||
|
||||
pandora.isPrintURL = function(url) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue