Remove accidently introduced patch
This commit is contained in:
parent
a55c758b0e
commit
f088f17a0a
1 changed files with 0 additions and 7 deletions
|
@ -44,13 +44,6 @@ export default definePlugin({
|
||||||
match: /"(?:username|dot)"===\i(?!\.\i)/g,
|
match: /"(?:username|dot)"===\i(?!\.\i)/g,
|
||||||
replace: "true",
|
replace: "true",
|
||||||
},
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
find: ".colorPickerFooter",
|
|
||||||
replacement: {
|
|
||||||
match: /function (\i).{0,200}\.colorPickerFooter/,
|
|
||||||
replace: "$self.ColorPicker=$1;$&"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue