mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 04:28:59 +02:00
minimize diff
This commit is contained in:
parent
07582c2624
commit
a08b55d5f5
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ Item {
|
|||
// Required to support clicking on "hifi://" links
|
||||
if (WebEngineView.LoadStartedStatus == loadRequest.status) {
|
||||
var url = loadRequest.url.toString();
|
||||
console.log(url);
|
||||
url = (url.indexOf("?") >= 0) ? url + urlTag : url + "?" + urlTag;
|
||||
if (urlHandler.canHandleUrl(url)) {
|
||||
if (urlHandler.handleUrl(url)) {
|
||||
|
|
Loading…
Reference in a new issue