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 01fd31c commit 71951d3Copy full SHA for 71951d3
static/js/base.js
@@ -5,7 +5,7 @@ $(document).ready(function() {
5
});
6
7
// KANBAN JS
8
- if (window.location.pathname == '/kanban/') {
+ if (window.location.pathname == '/tickets/kanban/') {
9
// Toggle Cancelled column display
10
$('#cancelled-checkbox').click(function() {
11
$('.kanban-cancelled')
0 commit comments