Fixed syntax error
This commit is contained in:
parent
9c05326573
commit
4c19a3170e
@ -753,6 +753,7 @@ DataTableView.prototype._createMenuForAllColumns = function(elmt) {
|
|||||||
$(".data-table-null").toggle();
|
$(".data-table-null").toggle();
|
||||||
self._shownulls = !(self._shownulls);
|
self._shownulls = !(self._shownulls);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user