mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-07-05 08:03:06 +00:00
6 lines
163 B
JavaScript
6 lines
163 B
JavaScript
![]() |
|
||
|
// added to fix a weird error in gradio 4.19 at page load
|
||
|
Object.defineProperty(Array.prototype, 'toLowerCase', {
|
||
|
value: function() { return this; }
|
||
|
});
|