From 19a042610fafc45e5949337d662a9cf8a702e28e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 6 Nov 2024 01:50:54 +0100 Subject: Revert "WIP subsidy list" This reverts commit 45d9112c08af8540cf80c19467b52684eea41f40. --- play.html | 1 - play.js | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/play.html b/play.html index 37e4025..bd8cb5b 100644 --- a/play.html +++ b/play.html @@ -124,7 +124,6 @@
-
diff --git a/play.js b/play.js index 15dad7b..f92ac77 100644 --- a/play.js +++ b/play.js @@ -1539,7 +1539,6 @@ function on_update() { "propose_deal", ]) - update_subsidy_list(view.contracts, window.subsidy_list, "Active Subsidies") update_deal_list(view.deals, window.active_deal_list, "Active Deals") if (view.proposed_deal) { update_deal_list([ view.proposed_deal ], window.proposed_deal_list, "Proposed Deal") @@ -1715,25 +1714,6 @@ function html_escape(str) { return str.replaceAll("&", "&").replaceAll("<", "<").replaceAll(">", ">") } -function update_subsidy_list(subs, elt, title) { - let show = false - let str = "" -- cgit v1.2.3
" + title - for (let from of all_major_powers) { - map_for_each(subs[from], (to, n) => { - show = true - str += "
" + power_image[from] - str += "" + power_image[to] - str += "" + n + " TC" - }) - } - if (show) { - elt.innerHTML = str - elt.style.display = "block" - } else { - elt.style.display = "none" - } -} - function update_deal_item(deal) { let [ turn, a_power, b_power, a_promise, b_promise ] = deal let str = "