Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manquer committed Jun 4, 2020
1 parent a05ee9a commit 5dd3d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function receiveMessage(event) {
startProview(...event.data.args);
}

if(event.data.type =='stopProview') {
if(event.data.type === 'stopProview') {
stopProview(event.data.url)
}
// }
Expand Down

0 comments on commit 5dd3d81

Please sign in to comment.