Lines 1438-1448
Note that permanent location is a code, and location may be an authval.
Link Here
|
1438 |
|
1438 |
|
1439 |
$('#hideResolved').on( "click", function() { |
1439 |
$('#hideResolved').on( "click", function() { |
1440 |
// It would be great if we could pass null here but it gets stringified |
1440 |
// It would be great if we could pass null here but it gets stringified |
1441 |
concerns.DataTable().columns('3').search('special:undefined').draw(); |
1441 |
tickets.DataTable().columns('3').search('special:undefined').draw(); |
1442 |
}); |
1442 |
}); |
1443 |
|
1443 |
|
1444 |
$('#showAll').on( "click", function() { |
1444 |
$('#showAll').on( "click", function() { |
1445 |
concerns.DataTable().columns('3').search('').draw(); |
1445 |
tickets.DataTable().columns('3').search('').draw(); |
1446 |
}); |
1446 |
}); |
1447 |
}); |
1447 |
}); |
1448 |
</script> |
1448 |
</script> |