From 05ae6610c207e49d04ed461c40af3498ec18abc1 Mon Sep 17 00:00:00 2001 From: Riccardo Giovanetti Date: Mon, 6 Mar 2023 17:22:01 +0100 Subject: [PATCH] Fix for Broken Tool Tip #15 This fixes the problem due to hints.js overwriting the SD Web UI original file. The hints.js file has been renamed and the code inside refactored. --- javascript/{hints.js => prompt_generator_hints.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename javascript/{hints.js => prompt_generator_hints.js} (100%) diff --git a/javascript/hints.js b/javascript/prompt_generator_hints.js similarity index 100% rename from javascript/hints.js rename to javascript/prompt_generator_hints.js