Merge branch 'soon' into staging

pull/1/head
yflory 4 years ago
commit 76ba55acbe

@ -2790,10 +2790,8 @@ define([
checkNewCheckpoint(); checkNewCheckpoint();
}); });
}; };
var isModified = editor.asc_isDocumentModified || function () { var editing = editor.asc_isDocumentModified ? editor.asc_isDocumentModified() : editor.isDocumentModify;
return editor.isDocumentModify; if (editing) {
};
if (isModified()) {
setEditable(false); setEditable(false);
APP.unsavedLocks = myLocks; APP.unsavedLocks = myLocks;
APP.onStrictSaveChanges = function () { APP.onStrictSaveChanges = function () {

@ -1226,5 +1226,7 @@
"pad_goToAnchor": "Aller à cette ancre", "pad_goToAnchor": "Aller à cette ancre",
"settings_padOpenLinkLabel": "Activer l'ouverture directe des liens", "settings_padOpenLinkLabel": "Activer l'ouverture directe des liens",
"settings_padOpenLinkHint": "Cette option permet d'ouvrir les liens dans un document texte sans fenêtre daperçu", "settings_padOpenLinkHint": "Cette option permet d'ouvrir les liens dans un document texte sans fenêtre daperçu",
"settings_padOpenLinkTitle": "Ouvrir les lien avec un seul clic" "settings_padOpenLinkTitle": "Ouvrir les lien avec un seul clic",
"toolbar_storeInDrive": "Stocker dans CryptDrive",
"genericCopySuccess": "Copié dans le presse-papiers"
} }

@ -1226,5 +1226,7 @@
"settings_notifCalendarCheckbox": "Enable calendar notifications", "settings_notifCalendarCheckbox": "Enable calendar notifications",
"calendar_notifications": "Reminders", "calendar_notifications": "Reminders",
"calendar_addNotification": "Add reminder", "calendar_addNotification": "Add reminder",
"calendar_noNotification": "None" "calendar_noNotification": "None",
"toolbar_storeInDrive": "Store in CryptDrive",
"genericCopySuccess": "Copied to clipboard"
} }

Loading…
Cancel
Save