1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-12-19 12:57:02 +01:00

More fixes before /delta release

This commit is contained in:
Giulio Cesare Solaroli
2015-07-05 09:09:33 +02:00
parent e6d071a7c1
commit 755df7d360
7 changed files with 12 additions and 9 deletions

View File

@@ -1456,7 +1456,7 @@ console.log("THE BROWSER IS OFFLINE");
//function (aValue) { console.log("2- USER.hasPendingChanges()", aValue); return aValue; },
Clipperz.Async.deferredIf('HasPendingChanges',[
MochiKit.Base.method(self, 'ask', {
'question': "Lose pending changes?",
'question': "There are pending changes to your card. Ignore changes?",
'possibleAnswers':{
'cancel': {'label':"No", 'isDefault':true, 'answer':MochiKit.Base.methodcaller('cancel', new MochiKit.Async.CancelledError())},
'revert': {'label':"Yes", 'isDefault':false, 'answer':MochiKit.Base.methodcaller('callback')}