diff --git a/assets/docs.js b/assets/docs.js index 304ce1c72..4e5ea1009 100644 --- a/assets/docs.js +++ b/assets/docs.js @@ -2,10 +2,10 @@ window.onload = function () { document.getElementById('btn-bootstrap').onclick = function() { if (document.getElementById('bootstrap').rel == 'stylesheet') { document.getElementById('bootstrap').rel = 'styleshit'; - document.getElementById('btn-bootstrap').innerHTML = 'Enable Bootstrap'; + document.getElementById('btn-bootstrap').innerHTML = document.getElementById('btn-bootstrap').innerHTML.replace('Disable', 'Enable'); } else { document.getElementById('bootstrap').rel = 'stylesheet'; - document.getElementById('btn-bootstrap').innerHTML = 'Disable Bootstrap'; + document.getElementById('btn-bootstrap').innerHTML = document.getElementById('btn-bootstrap').innerHTML.replace('Enable', 'Disable'); } } } diff --git a/index.html b/index.html index 0d70bcfe3..d0418dca0 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@
- +
+ allowtransparency="true" frameborder="0" scrolling="0" width="80" height="20">