Skip to content

Commit

Permalink
Remove reference to ihpLoadEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu committed May 16, 2023
1 parent 9bff9a8 commit a6a6b03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/IHP/static/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ document.addEventListener('DOMContentLoaded', function () {
initTime();
initDatePicker();
initFileUploadPreview();

document.dispatchEvent(ihpLoadEvent);
});

document.addEventListener('turbolinks:load', function () {
Expand All @@ -27,8 +25,6 @@ document.addEventListener('turbolinks:load', function () {
}, 1);

initDatePicker();

document.dispatchEvent(ihpLoadEvent);
});

function initTime() {
Expand Down

0 comments on commit a6a6b03

Please sign in to comment.