Skip to content

Commit a56935a

Browse files
committed
Fix formatting.
1 parent a9ef243 commit a56935a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/webapp/js/table.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ jQuery3(document).ready(function () {
129129
const order = [orderBy, orderDirection];
130130
try {
131131
dataTable.order(order).draw();
132-
} catch (ignore) { // TODO: find a way to determine the number of columns here
132+
}
133+
catch (ignore) { // TODO: find a way to determine the number of columns here
133134
dataTable.order([[1, 'asc']]).draw();
134135
}
135136
}

0 commit comments

Comments
 (0)