mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Rearrange scripts
This commit is contained in:
@ -23,7 +23,6 @@
|
||||
<script src="scripts/popper.js"></script>
|
||||
<script src="scripts/purify.min.js"></script>
|
||||
<script type="module" src="scripts/power-user.js"></script>
|
||||
<script type="module" src="scripts/RossAscends-mods.js"></script>
|
||||
<script type="module" src="scripts/swiped-events.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<link rel="stylesheet" href="css/bg_load.css">
|
||||
@ -38,6 +37,7 @@
|
||||
<script type="module" src="scripts/bookmarks.js"></script>
|
||||
<script type="module" src="scripts/horde.js"></script>
|
||||
<script type="module" src="scripts/poe.js"></script>
|
||||
<script type="module" src="scripts/RossAscends-mods.js"></script>
|
||||
|
||||
<title>Tavern.AI</title>
|
||||
</head>
|
||||
@ -339,8 +339,7 @@
|
||||
</div>
|
||||
<div class="range-block">
|
||||
<label for="poe_character_nudge" class="checkbox_label">
|
||||
|
||||
<input id="poe_character_nudge" class="text_pole" type="checkbox" />
|
||||
<input id="poe_character_nudge" type="checkbox" />
|
||||
Send character note
|
||||
</label>
|
||||
<div class="range-block-counter justifyLeft">
|
||||
|
@ -317,7 +317,7 @@ $("document").ready(function () {
|
||||
if (LoadLocalBool("AutoConnectEnabled") == true) { RA_autoconnect(); }
|
||||
$("#main_api").change(function () {
|
||||
var PrevAPI = main_api;
|
||||
RA_autoconnect(PrevAPI);
|
||||
setTimeout(() => RA_autoconnect(PrevAPI), 100);
|
||||
});
|
||||
$("#api_button").click(function () { setTimeout(RA_checkOnlineStatus, 100); });
|
||||
|
||||
|
Reference in New Issue
Block a user