Browse Source

Merge 2bfe03545d into a24c55b76d

pull/67/merge
Imuli 8 years ago
committed by GitHub
parent
commit
0d5c438a59
  1. 6
      public/index.html

6
public/index.html

@ -25,6 +25,12 @@
<body>
<div id="terminal"></div>
<script type="application/javascript">
window.addEventListener('beforeunload', function(e) {
e.returnValue = "Are you sure?";
return e.returnValue;
});
</script>
</body>
</html>

Loading…
Cancel
Save