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.narrow': '',
|
||||||
'module.toolbar.standard': '',
|
'module.toolbar.standard': '',
|
||||||
'module.toolbar.wide': ''
|
'module.toolbar.wide': ''
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
drupalSettings.toolbar,
|
drupalSettings.toolbar,
|
||||||
// Merge strings on top of drupalSettings so that they are not mutable.
|
// Merge strings on top of drupalSettings so that they are not mutable.
|
||||||
|
|
Loading…
Reference in New Issue