code style

This commit is contained in:
Justin Greywolf
2020-01-02 11:27:56 -08:00
parent 7f31e624ca
commit 38097c9095
2 changed files with 1 additions and 3 deletions

View File

@@ -196,7 +196,6 @@ const setClickFunc = function(_id, functionName, tooltip) {
funs.push(function() {
const elem = document.querySelector(`[id="${elemId}"]`);
if (elem !== null) {
elem.addEventListener(
'click',
function() {