Final fixes before new version

This commit is contained in:
jdescottes
2014-07-15 00:31:24 +02:00
parent a43b20e182
commit c1900a07f0
4 changed files with 12 additions and 7 deletions

View File

@ -45,7 +45,8 @@
this.saveOnlineButton.hide();
$('.save-public-section').hide();
this.saveOnlineStatus.html(pskl.utils.Template.get('save-please-login-partial'));
this.saveFileButton.get(0).classList.add('button-primary');
} else {
this.saveOnlineStatus.html(pskl.utils.Template.get('save-online-status-partial'));
}
this.updateLocalStatusFilename_();
@ -176,6 +177,6 @@
this.piskelName.classList.remove('piskel-name-saving');
}
window.setTimeout($.publish.bind($, Events.HIDE_NOTIFICATION), 2000);
window.setTimeout($.publish.bind($, Events.HIDE_NOTIFICATION), 5000);
};
})();