This commit is contained in:
rolux 2015-04-29 14:07:52 +02:00
commit 6e4b902def
4 changed files with 165 additions and 65 deletions

View file

@ -27,7 +27,7 @@ pandora.ui.licenseDialog = function() {
open: function() {
setTimeout(function() {
that.enableButton('close');
}, 15000);
}, 5000);
}
});