Fixed syntax error

This commit is contained in:
Owen Stephens 2018-04-19 14:45:14 +01:00
parent 9c05326573
commit 4c19a3170e

View File

@ -752,6 +752,7 @@ DataTableView.prototype._createMenuForAllColumns = function(elmt) {
click: function() {
$(".data-table-null").toggle();
self._shownulls = !(self._shownulls);
}
}
]
}