Bug 15674: Use double-quote instead of simple-quote
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
parent
48d14b7966
commit
e82f2b8f70
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ function KohaTable(selector, dt_parameters, columns_settings) {
|
|||
{
|
||||
extend: 'colvis',
|
||||
columns: included_ids,
|
||||
text: _('Column visibility'),
|
||||
text: _("Column visibility"),
|
||||
}
|
||||
];
|
||||
var table = $(selector).dataTable($.extend(true, {}, dataTablesDefaults, dt_parameters));
|
||||
|
|
Loading…
Reference in a new issue