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

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

Issue 29588576: Issue 5635 - Implement website-default navbar component (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 25, 2017, 10:02 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 (function()
2 {
3 document.addEventListener("DOMContentLoaded", function()
4 {
5
6 /**************************************************************************
7 * General
8 **************************************************************************/
9
10 // Change html class name from "no-js" to "js"
11 document.documentElement.className = "js";
12
13 }, false);
14 }());
OLDNEW
« pages/navbar.md ('K') | « pages/navbar.md ('k') | static/js/navbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld