Skip to content

Commit

Permalink
Merge pull request #18027 from jeclrsg/hpcc-30844-idlewatcher-events
Browse files Browse the repository at this point in the history
HPCC-30844 ECL Watch revert IdleWatcher event strings
  • Loading branch information
GordonSmith authored Nov 16, 2023
2 parents 6a7f08e + ba79835 commit a743128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esp/src/src/ESPUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,10 @@ export function goToPageUserPreference(gridName, key) {

export const MonitorLockClick = dojo.declare([Evented], {
unlocked() {
this.emit("Unlocked", {});
this.emit("unlocked", {});
},
locked() {
this.emit("Locked", {});
this.emit("locked", {});
}
});

Expand Down

0 comments on commit a743128

Please sign in to comment.