1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-30 10:57:35 +01:00

Fixed overlay glitch

This commit is contained in:
Dario Chiappetta
2015-11-30 14:12:27 +01:00
parent 8cc2ad14b2
commit 7558080e54
2 changed files with 4 additions and 2 deletions

View File

@@ -56,6 +56,8 @@ Clipperz.Base.extend(Clipperz.PM.UI.Components.Overlay, Object, {
'show': function (aMessage, showMask, showProgress, showOnCardDetail) {
if (showMask === true) {
this.showMask(showOnCardDetail);
} else {
this.hideMask();
}
if (showProgress === true) {