Skip to content

Commit b8e3da4

Browse files
committed
rm () from update_processing_job_data
1 parent de75346 commit b8e3da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/templates/sitebase.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
}
376376
});
377377

378-
$('#qiita-processing').on('shown.bs.modal', processing_jobs_vue.update_processing_job_data());
378+
$('#qiita-processing').on('shown.bs.modal', processing_jobs_vue.update_processing_job_data);
379379
});
380380

381381
</script>

0 commit comments

Comments
 (0)