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 726053b commit d0463a0Copy full SHA for d0463a0
assets/javascripts/card.js
@@ -54,7 +54,7 @@
54
url = url + '&status_id=' + jQuery('#status').val();
55
}
56
if (jQuery('#date-since').val() !== '') {
57
- =url+'&created_on=%3E%3D'+jQuery('#date-since').val();
+ url = url + '&created_on=%3E%3D' + jQuery('#date-since').val();
58
59
60
0 commit comments