Skip to content

Commit

Permalink
tab issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TeraTech committed Jan 12, 2020
1 parent bed8135 commit d8f9420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMM-WiFiPassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Module.register("MMM-WiFiPassword", {

var header = document.createElement('header');
header.innerHTML = "Local WiFi Details";
div.appendChild(header);
div.appendChild(header);

var qrDiv = document.createElement("div");
qrDiv.id = "qrdiv";
Expand Down

0 comments on commit d8f9420

Please sign in to comment.