Fix JS syntax for backwards (and jslint) compatibility
This commit is contained in:
parent
c01f8017e3
commit
96e195d005
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ window.rcmail && rcmail.addEventListener('init', function(evt) {
|
|||
'class': 'mainaction',
|
||||
click: function(e) {
|
||||
save_data(method);
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
text: rcmail.gettext('cancel'),
|
||||
|
|
Loading…
Add table
Reference in a new issue