Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillkuettel committed Jul 30, 2024
1 parent 7ed71d3 commit 1cc2f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/privatim/static/js/custom/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', function () {
setupCommentAnswerField();
makeConsultationsClickable();

if (window.location.href.includes('consultations/edit')) {
if (window.location.href.includes('consultations/')) {
document.querySelectorAll('.upload-widget.without-data').forEach(el => {
el.style.display = 'none';
});
Expand Down

0 comments on commit 1cc2f0e

Please sign in to comment.