mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-01-10 11:30:02 +01:00
Fixed delete card option in narrow view
This commit is contained in:
parent
a481384688
commit
924f0815a1
@ -178,7 +178,8 @@ Clipperz.PM.UI.Components.Cards.View = React.createClass({
|
|||||||
this.renderFields(this.props['fields']),
|
this.renderFields(this.props['fields']),
|
||||||
this.renderNotes(this.props['notes']),
|
this.renderNotes(this.props['notes']),
|
||||||
this.renderDirectLogins(this.props['directLogins'])
|
this.renderDirectLogins(this.props['directLogins'])
|
||||||
])
|
]),
|
||||||
|
this.props['ask'] ? Clipperz.PM.UI.Components.DialogBox(this.props['ask']) : null
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -1321,6 +1321,7 @@ console.log("THE BROWSER IS OFFLINE");
|
|||||||
MochiKit.Base.method(this.user(), 'getRecord', anEvent['reference']),
|
MochiKit.Base.method(this.user(), 'getRecord', anEvent['reference']),
|
||||||
MochiKit.Base.method(this.user(), 'deleteRecord'),
|
MochiKit.Base.method(this.user(), 'deleteRecord'),
|
||||||
MochiKit.Base.method(this, 'saveChanges'),
|
MochiKit.Base.method(this, 'saveChanges'),
|
||||||
|
MochiKit.Base.method(this, 'exitCurrentSelection'),
|
||||||
MochiKit.Base.method(this, 'refreshUI')
|
MochiKit.Base.method(this, 'refreshUI')
|
||||||
], {trace:false});
|
], {trace:false});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user