mirror of
				http://git.whoc.org.uk/git/password-manager.git
				synced 2025-10-31 11:27:34 +01:00 
			
		
		
		
	Fixed empty field bug on change passphrase
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dario Chiappetta
					Dario Chiappetta