diff options
author | Señor X | 2019-04-02 01:30:12 -0300 |
---|---|---|
committer | Señor X | 2019-04-02 01:30:12 -0300 |
commit | cfcd8f38fd812c87ab90a9614572ccbf705f692e (patch) | |
tree | b909e0fc281057bf59fedc7e6abeaa9db3e68fcf /static/js/shobon.js | |
parent | 49c8f7f85352b6af92ab48dd3741baea7f9ec16f (diff) | |
download | weabot-cfcd8f38fd812c87ab90a9614572ccbf705f692e.tar.gz weabot-cfcd8f38fd812c87ab90a9614572ccbf705f692e.tar.xz weabot-cfcd8f38fd812c87ab90a9614572ccbf705f692e.zip |
Fin de April Fools / Edit de material.css agregado a estilos
Diffstat (limited to 'static/js/shobon.js')
-rw-r--r-- | static/js/shobon.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/shobon.js b/static/js/shobon.js index 31fab9a..c9bce95 100644 --- a/static/js/shobon.js +++ b/static/js/shobon.js @@ -74,7 +74,7 @@ function shobon() { replaceCountryName(reply) } // colorea los id's - if(localStorage.getItem("shobon_ids") != "false") { + if(localStorage.getItem("shobon_ids") == "true") { paintIds(reply); } // deja la barra superior fija @@ -241,7 +241,7 @@ function shobonSettings(e) { var p = document.createElement("div"); p.appendChild(createCheckbox("shobon_on", "<b>Activar extensión</b>", true)); p.appendChild(createCheckbox("shobon_navbar", "Fijar barra superior", false)); - p.appendChild(createCheckbox("shobon_ids", "Colorear IDs", true)); + p.appendChild(createCheckbox("shobon_ids", "Colorear IDs", false)); p.appendChild(createCheckbox("shobon_embedimg", "Incluir imágenes miniatura", false)); p.appendChild(createCheckbox("shobon_newposts", "Destacar mensajes nuevos", false)); p.appendChild(createCheckbox("shobon_country", "Reemplazar códigos de país por nombres", false)); |