diff --git a/src/002-config/mousetrapConfig.js b/src/002-config/mousetrapConfig.js index 6d67333edcc39aac898a9a580d3738981d230c3d..17135f873a43dacc974e17ddd0cde7d49d3b61a7 100644 --- a/src/002-config/mousetrapConfig.js +++ b/src/002-config/mousetrapConfig.js @@ -274,24 +274,24 @@ App.UI.Hotkeys.add("nextLink", { $("#story-caption #nextButton a.macro-link").trigger("click"); }, combinations: ["space"], uiName: "Continue/Back" }); -App.UI.Hotkeys.add("prevSlave", { +App.UI.Hotkeys.add("prev-slave", { callback: function() { - $("#prevSlave a.macro-link").trigger("click"); + $("#prev-slave a.macro-link").trigger("click"); }, combinations: ["left", "q"], uiName: "Previous Slave" }); -App.UI.Hotkeys.add("nextSlave", { +App.UI.Hotkeys.add("next-slave", { callback: function() { - $("#nextSlave a.macro-link").trigger("click"); + $("#next-slave a.macro-link").trigger("click"); }, combinations: ["right", "e"], uiName: "Next Slave" }); -App.UI.Hotkeys.add("prevChild", { +App.UI.Hotkeys.add("prev-child", { callback: function() { - $("#prevChild a.macro-link").trigger("click"); + $("#prev-child a.macro-link").trigger("click"); }, combinations: ["left", "q"], uiName: "Previous Child" }); -App.UI.Hotkeys.add("nextChild", { +App.UI.Hotkeys.add("next-child", { callback: function() { - $("#nextChild a.macro-link").trigger("click"); + $("#next-child a.macro-link").trigger("click"); }, combinations: ["right", "e"], uiName: "Next Child" }); App.UI.Hotkeys.add("walkpast", { diff --git a/src/npc/children/childInteract.tw b/src/npc/children/childInteract.tw index 0b0609be3f41b5262d739428f4f8feeb98907ff1..4c02a0d67b625a5124aa0d837afb902b0cad0d69 100644 --- a/src/npc/children/childInteract.tw +++ b/src/npc/children/childInteract.tw @@ -19,21 +19,21 @@ <center> <span class="hotkey"> - <<print App.UI.Hotkeys.hotkeys("prevChild")>> + <<print App.UI.Hotkeys.hotkeys("prev-child")>> </span> -<span id="prevChild"> +<span id="prev-child"> <b> <<link "Prev" "Previous Child In Line">><</link>> </b> </span> <b><u>@@.pink;$activeChild.slaveName@@</u></b> -<span id="nextChild"> +<span id="next-child"> <b> <<link "Next" "Next Child In Line">><</link>> </b> </span> <span class="hotkey"> - <<print App.UI.Hotkeys.hotkeys("nextChild")>> + <<print App.UI.Hotkeys.hotkeys("next-child")>> </span> </center> <br> diff --git a/src/npc/infants/infantInteract.tw b/src/npc/infants/infantInteract.tw index a19f07c1122dc68ee43f585f3415963063df13b6..8f77e8fd46e06e259d15fd34cd9730bca359477f 100644 --- a/src/npc/infants/infantInteract.tw +++ b/src/npc/infants/infantInteract.tw @@ -13,13 +13,13 @@ <center> @@.cyan;[â†,Q] @@ -<span id="prevChild"> +<span id="prev-child"> <b> <<link "Prev" "Previous Child In Line">><</link>> </b> </span> <span class='slave-name'>$activeChild.slaveName</span> -<span id="nextChild"> +<span id="next-child"> <b> <<link "Next" "Next Child In Line">><</link>> </b> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 991607d00275b80d73c5f31ee679e9ee089b5f13..cfa3518ba01041dd86a89e84165f54f812a68391 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -63,9 +63,9 @@ </div> <</if>> <span class="hotkey"> - <<print App.UI.Hotkeys.hotkeys("prevSlave")>> + <<print App.UI.Hotkeys.hotkeys("prev-slave")>> </span> - <span id="prevSlave" style="font-weight:bold"> + <span id="prev-slave" style="font-weight:bold"> <<link "Prev" "Slave Interact">><<set $activeSlave = getSlave(_slavesInLine[0])>><</link>> </span> @@ -73,11 +73,11 @@ <<= getSlave($AS).slaveName>> </span> - <span id="nextSlave" style="font-weight:bold"> + <span id="next-slave" style="font-weight:bold"> <<link "Next" "Slave Interact">><<set $activeSlave = getSlave(_slavesInLine[1])>><</link>> </span> <span class="hotkey"> - <<print App.UI.Hotkeys.hotkeys("nextSlave")>> + <<print App.UI.Hotkeys.hotkeys("next-slave")>> </span> </p> <div class="tab-bar">