Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/js/main.js

Issue 29552657: Issue 5749 - Remove iOS and android support from adblockbrowser.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockbrowser.org
Patch Set: Created Sept. 22, 2017, 1:03 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/ios-support/view-whitelisted-websites.md ('k') | templates/default.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/js/main.js
===================================================================
--- a/static/js/main.js
+++ b/static/js/main.js
@@ -1,14 +1,8 @@
-document.getElementById("hamburger").addEventListener("click", function(event)
-{
- event.preventDefault();
- document.querySelector("nav").classList.toggle("closed");
-}, false);
-
document.getElementById("language").addEventListener("change", function()
{
window.location = this.value;
}, false);
document.querySelector("#email-me a").addEventListener("click", function(event)
{
event.preventDefault();
« no previous file with comments | « pages/ios-support/view-whitelisted-websites.md ('k') | templates/default.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld