Remove accidental typo in code
This commit is contained in:
parent
416894adfe
commit
e10d085cab
|
@ -433,7 +433,7 @@ exports.FullScreenEditorModule = exports.getModule = class FullScreenEditorModul
|
||||||
function displayFooterArt(callback) {
|
function displayFooterArt(callback) {
|
||||||
const footerArt = self.menuConfig.config.art[options.footerName];
|
const footerArt = self.menuConfig.config.art[options.footerName];
|
||||||
|
|
||||||
or theme.displayThemedAsset(
|
theme.displayThemedAsset(
|
||||||
footerArt,
|
footerArt,
|
||||||
self.client,
|
self.client,
|
||||||
{ font : self.menuConfig.font },
|
{ font : self.menuConfig.font },
|
||||||
|
|
Loading…
Reference in New Issue