mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-19 19:44:40 +08:00
fixes hound again
This commit is contained in:
parent
aba5305cd6
commit
386cedda71
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ table = $("#samples").DataTable({
|
|||
extend: "colvis",
|
||||
text: function () {
|
||||
return '<span class="glyphicon glyphicon-option-horizontal"></span> ' +
|
||||
'<span class='hidden-xs-custom'>' +
|
||||
"<span class='hidden-xs-custom'>" +
|
||||
I18n.t('samples.column_visibility') +
|
||||
'</span>';
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue