Fix missing comma
This commit is contained in:
parent
0dd42efcaa
commit
a63ce3c41f
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ const loadInject = () => {
|
|||
"aviafavsystem.js",
|
||||
"pluginsupport.js",
|
||||
"aviaversion.js",
|
||||
"repofrontend.js"
|
||||
"repofrontend.js",
|
||||
"ButtonFix.js"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue