mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
[MIRROR] next set of spans (#9247)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
co-authored by
Kashargul
Kashargul
parent
bc6662ef9e
commit
7416cbea22
@@ -157,7 +157,7 @@ var/list/gear_datums = list()
|
||||
category_cost += G.cost
|
||||
|
||||
if(category == current_tab)
|
||||
. += " <span class='linkOn'>[category] - [category_cost]</span> "
|
||||
. += " " + span_linkOn("[category] - [category_cost]") + " "
|
||||
else
|
||||
if(category_cost)
|
||||
. += " <a href='?src=\ref[src];select_category=[category]'><font color = '#E67300'>[category] - [category_cost]</font></a> "
|
||||
|
||||
Reference in New Issue
Block a user