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 = '';