From bd85d296d2856140e224307a4b4ff65f38e180dc Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sun, 16 Feb 2020 23:21:28 -0500 Subject: [PATCH] more --- src/js/wardrobeUse.js | 2 +- src/uncategorized/slaveInteract.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/wardrobeUse.js b/src/js/wardrobeUse.js index 60f44fa393b..dcf25c19cc8 100644 --- a/src/js/wardrobeUse.js +++ b/src/js/wardrobeUse.js @@ -135,7 +135,7 @@ App.UI.Wardrobe.clothes = function(slave) { niceOptionsArray = niceOptionsArray.sort((a, b) => (a.text > b.text) ? 1 : -1); harshOptionsArray = harshOptionsArray.sort((a, b) => (a.text > b.text) ? 1 : -1); - let el = document.createElement('p'); + let el = document.createElement('div'); let title = document.createElement('div'); title.append(`Clothes: `); diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index af8eff92712..ecb00de6111 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -198,7 +198,7 @@ <span id="clothes"></span> <script>App.UI.Wardrobe.clothes(V.activeSlave)</script> <</if>> - <br>Collar: ''<span id="collar">$activeSlave.collar</span>.'' + Collar: ''<span id="collar">$activeSlave.collar</span>.'' <<link "None">><<set $activeSlave.collar = "none">><<replace "#collar">>$activeSlave.collar<</replace>><</link>> <br> //Nice:// <<link "Stylish leather">><<set $activeSlave.collar = "stylish leather">><<replace "#collar">>$activeSlave.collar<</replace>><</link>> -- GitLab