Skip to content

Commit

Permalink
revert collection bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Mar 18, 2024
1 parent 3c9dc99 commit e0b78e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ function initialize() {
return data;
})
.then(function(data) {
if (false && CID == null && data.length == 0) {
if (CID == null && data.length == 0) {
var dataTable = document.getElementById('datatables');
dataTable.textContent = `Please Select A Collection`;
dataTable.classList = `container text-center p-4`;
Expand Down

0 comments on commit e0b78e0

Please sign in to comment.