diff --git a/suite/common/tasksOverlay.js b/suite/common/tasksOverlay.js index d9660b3ceaf1..61dd646da13f 100644 --- a/suite/common/tasksOverlay.js +++ b/suite/common/tasksOverlay.js @@ -344,17 +344,13 @@ function WalletAction( action ) if( appCore ) { switch( action ) { case "safefill": - if (appCore.walletPreview(window, window._content)) { - window.alert(strings.getAttribute("noPrefills")); - } + appCore.walletPreview(window, window._content); break; // case "password": // appCore.walletChangePassword(); // break; case "quickfill": - if (appCore.walletQuickFillin(window._content)) { - window.alert(strings.getAttribute("noPrefills")); - } + appCore.walletQuickFillin(window._content); break; case "capture": default: diff --git a/suite/common/tasksOverlay.xul b/suite/common/tasksOverlay.xul index 5ecf5a21d77e..bcd09f3ff6be 100644 --- a/suite/common/tasksOverlay.xul +++ b/suite/common/tasksOverlay.xul @@ -68,6 +68,7 @@ + - +