Skip to content

Commit

Permalink
Update src/meshweb/static/admin/iframe_check.js
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges authored Jan 27, 2025
1 parent 78a2221 commit c4825dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/meshweb/static/admin/iframe_check.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ async function checkIframed() {
return;
}

// FIXME (wdn): This might not totally clear the state after all, since the variables
// from /admin are still hanging around
document.open(); // Clears the screen
document.write(await response.text());
document.close();
Expand Down

0 comments on commit c4825dc

Please sign in to comment.