Skip to content

Commit 2436128

Browse files
committed
fixed multiple timelines export issue
1 parent e67bc4f commit 2436128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/timelines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
return response.items; //return the tableData property of a response json object
203203
},
204204
});
205-
$("#timeline-csv").click(function(){
205+
$("#timeline-csv").off().click(function(){
206206
var baseUrl = OC.generateUrl('/apps/timetracker/ajax/timeline');
207207
$.post(baseUrl, // url
208208
{

0 commit comments

Comments
 (0)