fixes hound again

This commit is contained in:
Mojca Lorber 2016-09-14 11:34:24 +02:00
parent aba5305cd6
commit 386cedda71

View file

@ -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>';
},