Skip to content

Commit 0dba1d1

Browse files
authored
Merge pull request #17 from vitrus-o/embargo
2 parents 027b473 + 5e92eaf commit 0dba1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/scripts/ViewTrades.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Doc: View Trades
33
// @namespace https://politicsandwar.com/nation/id=19818
4-
// @version 6.94
4+
// @version 6.95
55
// @description Make Trading on the market Better!
66
// @author BlackAsLight
77
// @include https://politicsandwar.com/index.php?id=26*
@@ -523,7 +523,7 @@ function CreateRow(tdTags) {
523523
divTag.append(CreateElement('div', divTag => {
524524
divTag.classList.add('Create')
525525
divTag.style.setProperty('grid-area', 'Create')
526-
if (offerType.startsWith('Receive')) {
526+
if (offerType.startsWith('Receive') || offerType === 'Embargo') {
527527
// Outbid + Match
528528
divTag.append(CreateElement('a', aTag => {
529529
aTag.classList.add(`${sellUnits ? 's' : 'b'}Outbid_${resource}`)

0 commit comments

Comments
 (0)