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:
parent
d051cc6931
commit
fb7a47e7ae
@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user