Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDelBuono committed May 30, 2019
1 parent 23345a4 commit 4357e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/javascript/hmcts-webchat.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ function webchat_init(customParams) {
const chatHeader = document.querySelector('#' + window.__8x8Chat.buttonContainerId + '-header');
chatHeader.parentNode.removeChild(chatHeader);
}
}, 2000)
}, 2000);
})();
}

0 comments on commit 4357e2a

Please sign in to comment.