mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
remove trailing comma shown in IDE as warning
This commit is contained in:
parent
035593f8a6
commit
7ab213d94a
@ -761,7 +761,7 @@ jQuery.extend(et2_dialog, //(function(){ "use strict"; return
|
||||
title: '',
|
||||
buttons: [
|
||||
// These ones will use the callback, just like normal
|
||||
{text: egw.lang("Abort"),id:'dialog[cancel]',},
|
||||
{text: egw.lang("Abort"),id:'dialog[cancel]'},
|
||||
{text: egw.lang("Retry"),id:'dialog[retry]'},
|
||||
{text: egw.lang("Skip"),id:'dialog[skip]', class:"ui-priority-primary", default: true}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user