Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix blocked_redirect by fixing promises and images #380

Merged
merged 5 commits into from May 8, 2019
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

remove src paths from c2p images

  • Loading branch information
christophertino committed May 7, 2019
commit b7bf3252cb1001e38362b91567d67db02df0bc19
@@ -50,9 +50,9 @@
<div id="redirect-prevent"></div>
<br>
<div id="redirect-url" style="display: none;"></div>
<img id="ghosty_blocked" src="../images/click2play/ghostery_blocked.png">
<a href="#" id="action-through-once"><img id="allow_once" src="../images/click2play/allow_once.png" /></a>
<a href="#" id="action-always"><img id="allow_unblock" src="../images/click2play/allow_always.png" /></a>
<img id="ghosty_blocked" src="">
<a href="#" id="action-through-once"><img id="allow_once" src="" /></a>
<a href="#" id="action-always"><img id="allow_unblock" src="" /></a>
</div>
</body>
</html>
ProTip! Use n and p to navigate between commits in a pull request.