Skip to content

Commit

Permalink
Alert - Missing bar in if statment
Browse files Browse the repository at this point in the history
Thanks @Limited55
  • Loading branch information
scooterpsu committed Apr 20, 2018
1 parent e9cb449 commit 5448c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/mods/ui/web/screens/alert/alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dew.on("show", function (event) {
}));


if(event.data.type == "url"|event.data.type == "update"){
if(event.data.type == "url" || event.data.type == "update"){
buttonContainer.append(
$("<button>", {
id: 'cancel',
Expand Down

0 comments on commit 5448c78

Please sign in to comment.