This commit is contained in:
j 2015-04-17 17:05:09 +01:00
commit 8f181b7b51
2 changed files with 3 additions and 3 deletions

View file

@ -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) {