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

Side by Side Diff: static/js/main.js

Issue 29516622: Issue 5511 - Create Product Help Home Template for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Addressed first comments Created Aug. 28, 2017, 2:51 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/img/svg/settings-icon.svg ('k') | static/scss/base/_font.scss » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 (function(){
2 document.addEventListener("DOMContentLoaded", function()
3 {
4
5 // Change html class name from "no-js" to "js"
6 document.documentElement.className = "js";
7
8 document.getElementById('toggle-search-form').addEventListener('click', func tion(e) {
9 e.preventDefault();
10 document.getElementById('site-search').classList.toggle('open');
11 }, false);
12 }, false);
13 }());
OLDNEW
« no previous file with comments | « static/img/svg/settings-icon.svg ('k') | static/scss/base/_font.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld