From aa7ad269aee725327e955bb9ab556050cdee18ae Mon Sep 17 00:00:00 2001 From: Intercross21 Date: Mon, 5 May 2014 07:20:26 +0400 Subject: [PATCH] Little change: "show" button shows job only first time. Now shows job anytime. --- code/game/machinery/computer/card.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index 8b9d8f0baf..4498f1bb40 100644 --- a/code/game/machinery/computer/card.dm +++ b/code/game/machinery/computer/card.dm @@ -185,7 +185,7 @@ } function hideAll(){ var allJobsSlot = document.getElementById('alljobsslot'); - allJobsSlot.innerHTML = "show"; + allJobsSlot.innerHTML = "[(modify.assignment) ? modify.assignment : "Unassgied"]"; } "} carddesc += "
"