Skip to content

Commit 2c1bdbd

Browse files
Remove unncessary boolean
1 parent 6e924a1 commit 2c1bdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h1>Pies</h1>
9191
window.location.href = url;
9292
});
9393
});
94-
}, false);
94+
});
9595

9696
</script>
9797
</html>

0 commit comments

Comments
 (0)