Skip to content

Commit

Permalink
Shitty log removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis committed Sep 27, 2013
1 parent d051cc6 commit fb7a47e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/docs.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
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';
}
}
}

0 comments on commit fb7a47e

Please sign in to comment.