Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix typo in set-expiration/navbar event
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Oct 4, 2016
1 parent 848ad59 commit 105d442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/views/frame.js
Expand Up @@ -602,7 +602,7 @@ class Frame extends React.Component {
}

onSaveExpire(value) {
sendEvent("web/set-expiration", "navbar");
sendEvent("set-expiration", "navbar");
if (value === 0 || value === "0") {
sendEvent("set-expiration-to-indefinite", "navbar");
} else {
Expand Down

0 comments on commit 105d442

Please sign in to comment.