diff --git a/resources/static/include_js/include.js b/resources/static/include_js/include.js index 2efabd0e17931b72f87db747f431f27d501b8d83..f6d35724d9184c99fb1e0d68d290d64babb65f9a 100644 --- a/resources/static/include_js/include.js +++ b/resources/static/include_js/include.js @@ -1246,6 +1246,8 @@ opts.termsOfService = passedOptions.termsOfService || undefined; opts.privacyURL = passedOptions.privacyURL || undefined; opts.tosURL = passedOptions.tosURL || undefined; + opts.siteName = passedOptions.siteName || undefined; + opts.siteLogo = passedOptions.siteLogo || undefined; if (checkDeprecated(passedOptions, "silent")) { // Silent has been deprecated, do nothing. Placing the check here