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

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

Issue 29587584: Issue 5635 - Implement website-default navbar component (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 24, 2017, 10:32 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()
juliandoucette 2017/10/26 15:55:56 NIT/Suggest: You can push this separately (sooner)
ire 2017/10/31 08:04:00 See https://codereview.adblockplus.org/29592626
juliandoucette 2017/10/31 12:10:38 Acknowledged.
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

Powered by Google App Engine
This is Rietveld