Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dhochbaum-dcp committed May 21, 2024
1 parent 369bd9b commit 5b36ef1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/controllers/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,6 @@ export default class ApplicationController extends Controller.extend(

@action toggleModal() {
this.openModal = !this.openModal;
// Uncomment this when done so that the message only shows the first time
// window.localStorage.hideMessage = true;
// Uncomment this one to use the checkbox to hide it
if (this.dontShowModalAgain) {
window.localStorage.hideMessage = true;
}
Expand Down

0 comments on commit 5b36ef1

Please sign in to comment.