checking out to try new branch

This commit is contained in:
elisa-lj11 2016-08-31 15:22:28 -07:00
parent b131338dd0
commit 9748a17abe

View file

@ -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: {