We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8b8db commit 5206a48Copy full SHA for 5206a48
assets/js/main.js
@@ -8,8 +8,6 @@ $(function(){
8
9
function setup_tables() {
10
$('.pod-table').each(function() {
11
- console.log( $(this).find('thead th:first-child' );
12
- console.log( $(this).find('thead th:first-child + th');
13
if ($(this).find('thead').length
14
&& $(this).find('tr').length > 10
15
&& ! ( // don't sort operators precedence table
0 commit comments