mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Colab Tweak Saving Fix
This commit is contained in:
@@ -3887,9 +3887,6 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
process_cookies();
|
process_cookies();
|
||||||
|
|
||||||
// Load tweaks from cookies if not on Colab; Colab uses the server for persistant storage.
|
|
||||||
if (!on_colab) load_tweaks(getCookie("enabledTweaks", "[]"));
|
|
||||||
|
|
||||||
$("#context-viewer-close").click(function() {
|
$("#context-viewer-close").click(function() {
|
||||||
document.getElementById("context-viewer-container").classList.add("hidden");
|
document.getElementById("context-viewer-container").classList.add("hidden");
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user