1
0
zrcadlo http://git.whoc.org.uk/git/password-manager.git synchronizováno 2025-12-14 02:22:43 +01:00

Fixed empty field bug on change passphrase

Tento commit je obsažen v:
Dario Chiappetta
2015-04-03 19:03:07 +02:00
rodič f438ee9eab
revize 6377fab657
3 změnil soubory, kde provedl 3 přidání a 4 odebrání

Rozdílový obsah nebyl zobrazen, protože některé řádky jsou příliš dlouhá

Zobrazit soubor

@@ -64,10 +64,10 @@ Clipperz.PM.UI.Components.ExtraFeatures.PassphraseClass = React.createClass({
handleChangePassphrase: function(event) {
event.preventDefault();
MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'changePassphrase', this.refs['new-passphrase'].getDOMNode().value);
this.refs['new-passphrase'].getDOMNode().value = '';
this.refs['confirm-new-passphrase'].getDOMNode().value = '';
MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'changePassphrase', this.refs['new-passphrase'].getDOMNode().value);
},
//=========================================================================

Zobrazit soubor

@@ -93,7 +93,6 @@ refer to http://www.clipperz.com.
// width: 100%;
// box-sizing:border-box;
// Is it too ugly? --Dario
width: $selectionPanelWidth - $iconColumnWidth;
@include placeholder {