mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-19 17:11: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
|
||||
rcmail.http_post('plugin.enigmakeys', post, lock);
|
||||
}).catch(function(error) {
|
||||
}, function(error) {
|
||||
// failure
|
||||
rcmail.set_busy(false, null, lock);
|
||||
rcmail.display_message(rcmail.get_label('enigma.keygenerateerror'), 'error');
|
||||
|
||||
Reference in New Issue
Block a user