Issue #2109599 by cosmicdreams: Fixed Extra comma in toolbar.js.

8.0.x
webchick 2013-10-11 09:43:55 -07:00
parent 6ec7f3df01
commit 612b52c77f
1 changed files with 1 additions and 1 deletions

View File

@ -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.