0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-22 11:27:29 +01:00

Shitty log removed

This commit is contained in:
Panayiotis Lipiridis 2013-09-27 03:56:01 +02:00
parent d051cc6931
commit fb7a47e7ae

View File

@ -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';
}
}
}