mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Tweak the code to not violate ECMASCRIPT3 syntax
This commit is contained in:
@@ -106,7 +106,7 @@ rcube_webmail.prototype.enigma_key_create_save = function()
|
|||||||
|
|
||||||
// send request to server
|
// send request to server
|
||||||
rcmail.http_post('plugin.enigmakeys', post, lock);
|
rcmail.http_post('plugin.enigmakeys', post, lock);
|
||||||
}).catch(function(error) {
|
}, function(error) {
|
||||||
// failure
|
// failure
|
||||||
rcmail.set_busy(false, null, lock);
|
rcmail.set_busy(false, null, lock);
|
||||||
rcmail.display_message(rcmail.get_label('enigma.keygenerateerror'), 'error');
|
rcmail.display_message(rcmail.get_label('enigma.keygenerateerror'), 'error');
|
||||||
|
|||||||
Reference in New Issue
Block a user