Commit fb7a47e7 authored by Panayiotis Lipiridis's avatar Panayiotis Lipiridis
Browse files

Shitty log removed

parent d051cc69
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
window.onload = function () {
  document.getElementById('btn-bootstrap').onclick = function() {
    console.log('shit');
    if (document.getElementById('bootstrap').rel == 'stylesheet') {
      document.getElementById('bootstrap').rel = 'none';
      document.getElementById('bootstrap').rel = 'styleshit';
      document.getElementById('btn-bootstrap').innerHTML = 'Enable Bootstrap';
    } else {
      document.getElementById('bootstrap').rel = 'stylesheet';
      document.getElementById('btn-bootstrap').innerHTML = 'Disalbe Bootstrap';
      document.getElementById('btn-bootstrap').innerHTML = 'Disable Bootstrap';
    }
  }
}