Issue #2109599 by cosmicdreams: Fixed Extra comma in toolbar.js.
parent
6ec7f3df01
commit
612b52c77f
|
@ -14,7 +14,7 @@ var options = $.extend(
|
|||
'module.toolbar.narrow': '',
|
||||
'module.toolbar.standard': '',
|
||||
'module.toolbar.wide': ''
|
||||
},
|
||||
}
|
||||
},
|
||||
drupalSettings.toolbar,
|
||||
// Merge strings on top of drupalSettings so that they are not mutable.
|
||||
|
|
Loading…
Reference in New Issue