mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-07 22:31:50 -08:00
fix line endings for gradio.js
This commit is contained in:
parent
b63dda3f45
commit
c167861d91
1 changed files with 7 additions and 5 deletions
|
|
@ -1,5 +1,7 @@
|
|||
|
||||
// added to fix a weird error in gradio 4.19 at page load
|
||||
Object.defineProperty(Array.prototype, 'toLowerCase', {
|
||||
value: function() { return this; }
|
||||
});
|
||||
|
||||
// added to fix a weird error in gradio 4.19 at page load
|
||||
Object.defineProperty(Array.prototype, 'toLowerCase', {
|
||||
value: function() {
|
||||
return this;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue