Skip to content
Snippets Groups Projects
Commit 614e53e7 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

butt attachment fix

parent 4760499a
Branches
Tags
1 merge request!6397butt attachment fix
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
<span id="buttplug"></span> <span id="buttplug"></span>
/*<script>App.UI.Wardrobe.buttplug(getSlave(V.activeSlave.ID))</script>*/ /*<script>App.UI.Wardrobe.buttplug(getSlave(V.activeSlave.ID))</script>*/
<<if isItemAccessible.entry("tail", "buttplugAttachments") && $slaves[_i].buttplug != "none">> <<if isItemAccessible.entry("tail", "buttplugAttachment") && $slaves[_i].buttplug != "none">>
<span id="buttplugAttachment"></span> <span id="buttplugAttachment"></span>
/*<script>App.UI.Wardrobe.buttplugAttachment(getSlave(V.activeSlave.ID))</script>*/ /*<script>App.UI.Wardrobe.buttplugAttachment(getSlave(V.activeSlave.ID))</script>*/
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment