mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +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: '',
|
title: '',
|
||||||
buttons: [
|
buttons: [
|
||||||
// These ones will use the callback, just like normal
|
// 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("Retry"),id:'dialog[retry]'},
|
||||||
{text: egw.lang("Skip"),id:'dialog[skip]', class:"ui-priority-primary", default: true}
|
{text: egw.lang("Skip"),id:'dialog[skip]', class:"ui-priority-primary", default: true}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user