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() {
|
(function() {
|
||||||
PLUGINS['MODIFIERS_LOAD'] = []
|
|
||||||
|
|
||||||
PLUGINS['MODIFIERS_LOAD'].push({
|
PLUGINS['MODIFIERS_LOAD'].push({
|
||||||
loader: function() {
|
loader: function() {
|
||||||
let customModifiers = localStorage.getItem(CUSTOM_MODIFIERS_KEY, '')
|
let customModifiers = localStorage.getItem(CUSTOM_MODIFIERS_KEY, '')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user