diff --git a/interface/src/AboutUtil.h b/interface/src/AboutUtil.h index a602528154..8cc76dad1e 100644 --- a/interface/src/AboutUtil.h +++ b/interface/src/AboutUtil.h @@ -79,7 +79,7 @@ public: public slots: /**jsdoc - * Display a web page in an Interface browser window. + * Display a web page in an Interface browser window or the tablet. * @function About.openUrl * @param {string} url - The URL of the web page you want to view in Interface. */ diff --git a/interface/src/scripting/WindowScriptingInterface.cpp b/interface/src/scripting/WindowScriptingInterface.cpp index f4b0b958db..14a0d04023 100644 --- a/interface/src/scripting/WindowScriptingInterface.cpp +++ b/interface/src/scripting/WindowScriptingInterface.cpp @@ -650,7 +650,7 @@ void WindowScriptingInterface::openWebBrowser(const QString& url) { QMetaObject::invokeMethod(this, "openWebBrowser", Q_ARG(const QString&, url)); return; } - + auto offscreenUi = DependencyManager::get(); offscreenUi->load("Browser.qml", [=](QQmlContext* context, QObject* newObject) { if (!url.isEmpty()) {