mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +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: {
|
||||
desktop.currentUrl = hoveredUrl;
|
||||
if (File.isClaraLink(desktop.currentUrl)) {
|
||||
//runJavaScript(checkFileType, function(){console.log("Remove filetypes JS injection");});
|
||||
if (File.isZippedFbx(desktop.currentUrl)) {
|
||||
runJavaScript(simpleDownload, function(){console.log("Download JS injection");});
|
||||
}
|
||||
}
|
||||
runJavaScript(checkFileType, function(){console.log("Remove filetypes JS injection");});
|
||||
if (File.isZippedFbx(desktop.currentUrl)) {
|
||||
runJavaScript(simpleDownload, function(){console.log("Download JS injection");});
|
||||
}
|
||||
}
|
||||
|
||||
onLoadingChanged: {
|
||||
|
|
Loading…
Reference in a new issue