Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
missionfloyd committed Oct 3, 2023
1 parent 86a46e8 commit e538132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/extraNetworks.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function popup(contents) {
if (!globalPopup) {
globalPopup = document.createElement('div');
globalPopup.classList.add('global-popup');

var close = document.createElement('div');
close.classList.add('global-popup-close');
close.addEventListener("click", closePopup);
Expand Down

0 comments on commit e538132

Please sign in to comment.