From 6918f7d0b4d392e3baa41c7a1f0e5bfe42dac574 Mon Sep 17 00:00:00 2001 From: Señor X Date: Tue, 2 Apr 2019 01:30:12 -0300 Subject: Fin de April Fools + Edit de material.css agregado a estilos --- static/js/shobon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/js/shobon.js') 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", "Activar extensión", 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)); -- cgit v1.2.1-18-gbd029