From 51de2645567c3cc3362ace2489ca1570b9d200de Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Apr 2019 15:42:49 +0000 Subject: Revert unrelated change in a87d0c --- static/js/shobon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/shobon.js b/static/js/shobon.js index c9bce95..31fab9a 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") == "true") { + if(localStorage.getItem("shobon_ids") != "false") { 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", false)); + p.appendChild(createCheckbox("shobon_ids", "Colorear IDs", true)); 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