mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
checking out to try new branch
This commit is contained in:
parent
b131338dd0
commit
9748a17abe
1 changed files with 4 additions and 6 deletions
|
@ -59,12 +59,10 @@ Rectangle {
|
||||||
|
|
||||||
onLinkHovered: {
|
onLinkHovered: {
|
||||||
desktop.currentUrl = hoveredUrl;
|
desktop.currentUrl = hoveredUrl;
|
||||||
if (File.isClaraLink(desktop.currentUrl)) {
|
runJavaScript(checkFileType, function(){console.log("Remove filetypes JS injection");});
|
||||||
//runJavaScript(checkFileType, function(){console.log("Remove filetypes JS injection");});
|
if (File.isZippedFbx(desktop.currentUrl)) {
|
||||||
if (File.isZippedFbx(desktop.currentUrl)) {
|
runJavaScript(simpleDownload, function(){console.log("Download JS injection");});
|
||||||
runJavaScript(simpleDownload, function(){console.log("Download JS injection");});
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onLoadingChanged: {
|
onLoadingChanged: {
|
||||||
|
|
Loading…
Reference in a new issue