forked from extern/easydiffusion
Update custom-modifiers.plugin.js
Removing the redundant initialization of the array.
This commit is contained in:
parent
ba30a63407
commit
e5c11ea214
@ -1,6 +1,4 @@
|
||||
(function() {
|
||||
PLUGINS['MODIFIERS_LOAD'] = []
|
||||
|
||||
PLUGINS['MODIFIERS_LOAD'].push({
|
||||
loader: function() {
|
||||
let customModifiers = localStorage.getItem(CUSTOM_MODIFIERS_KEY, '')
|
||||
|
Loading…
Reference in New Issue
Block a user