Skip to content

Commit d667794

Browse files
torresgaJuanVqz
andauthored
Update app/assets/javascripts/stories.js
Co-authored-by: Juan Vásquez <[email protected]>
1 parent 2089a1d commit d667794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function addBeforeUnloadEventListener(isDirty) {
7171
}
7272
}
7373

74-
function warnUserifUnsavedEdits(event) {
74+
function warnUserIfUnsavedEdits(event) {
7575
event.preventDefault();
7676
event.returnValue = '';
7777
}

0 commit comments

Comments
 (0)