From b42729e3a2c55b7c80f5ccd3fde0b11d1cfba57e Mon Sep 17 00:00:00 2001 From: AlePaff Date: Fri, 20 Jan 2023 15:03:15 -0300 Subject: [PATCH] idea filtrar por treasure o master completo --- index.html | 7 +++++++ scripts.js | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 014f151..135a1a7 100644 --- a/index.html +++ b/index.html @@ -115,6 +115,13 @@

Buff & Debuff

+ +

Grade

diff --git a/scripts.js b/scripts.js index 76e7aa9..213c5cf 100644 --- a/scripts.js +++ b/scripts.js @@ -307,6 +307,7 @@ const promise2 = $.getJSON("data.json", function (datos) { // console.log(treasure_boost_and_master_bonus["treasure_ab"+(j+1)][0]); // } // } + // console.log("========"); // === Cambio de nombres, filtros y parseo === @@ -395,7 +396,7 @@ const promise2 = $.getJSON("data.json", function (datos) { function descripcion_botones(selector, descripcion) { var boton = $("#buttons-container").find('button[data-filter="' + selector + '"]'); - boton.attr("data-delay", '{"show":"2000", "hide":"200"}'); + boton.attr("data-delay", '{"show":"2000", "hide":"50"}'); boton.attr("title", descripcion); boton.attr("data-toggle", "tooltip"); }