Commit cf17dfcd authored by Michael Bachmann's avatar Michael Bachmann

fixed typo in prompt-bracket-checker.js which leads to js error

parent a9fed7c3
...@@ -105,6 +105,6 @@ var shadowRootLoaded = setInterval(function() { ...@@ -105,6 +105,6 @@ var shadowRootLoaded = setInterval(function() {
setupBracketChecking('txt2img_prompt', 'txt2img_token_counter') setupBracketChecking('txt2img_prompt', 'txt2img_token_counter')
setupBracketChecking('txt2img_neg_prompt', 'txt2img_negative_token_counter') setupBracketChecking('txt2img_neg_prompt', 'txt2img_negative_token_counter')
setupBracketChecking('img2img_prompt', 'imgimg_token_counter') setupBracketChecking('img2img_prompt', 'img2img_token_counter')
setupBracketChecking('img2img_neg_prompt', 'img2img_negative_token_counter') setupBracketChecking('img2img_neg_prompt', 'img2img_negative_token_counter')
}, 1000); }, 1000);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment