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:
Rozdílový obsah nebyl zobrazen, protože některé řádky jsou příliš dlouhá
@@ -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);
|
||||
},
|
||||
|
||||
//=========================================================================
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele