From 7682fb00294f19b9cd1debab17547db8750427d2 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 19 Mar 2016 23:32:34 -0400 Subject: [PATCH] Redirect to correct landing page --- docs/template.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/template.html b/docs/template.html index aa19a0f88..e073b8105 100644 --- a/docs/template.html +++ b/docs/template.html @@ -32,6 +32,16 @@ + + @@ -343,7 +353,7 @@ }); }; - if (currentVersion == 'master') { + if (currentVersion === 'master') { document.querySelectorAll('.dev-warning')[0].style.position = 'relative'; Array.prototype.forEach.call(document.querySelectorAll('.dev-warning'), function (el, i) { el.style.display = '';