Don't execute "Customize Slave Trade" from within <<silently>>, because it doesn't work that way anymore
customizeSlaveTrade.tw wants to use a span element it writes, but is being executed in a <<silently>>
block during NGP initialization, and <<silently>>
no longer writes the span element to the DOM. Replace <<silently>>
with a hidden <div>
so it executes just like it used to.
Fixes #1229 (closed)
Merge request reports
Activity
mentioned in commit bc6262d2
mentioned in merge request !7461 (merged)
Please register or sign in to reply