Addes window.close() to index.html

Adding `window.close()` will automatically close any pop-ups that might get loaded with a blocked ad.
This commit is contained in:
Victor Marquez 2016-08-19 15:55:10 -04:00 committed by GitHub
parent 02b0e96db8
commit 76196bce86

View file

@ -1,4 +1,7 @@
<html>
<head>
<script>window.close();</script>
</head>
<body>
</body>
</html>
</html>