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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user