From 9748a17abee7b3c97e8dd015f7d341ce739e0e50 Mon Sep 17 00:00:00 2001 From: elisa-lj11 Date: Wed, 31 Aug 2016 15:22:28 -0700 Subject: [PATCH] checking out to try new branch --- interface/resources/qml/Marketplaces.qml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/interface/resources/qml/Marketplaces.qml b/interface/resources/qml/Marketplaces.qml index 91e65acb8e..aa6b0c90eb 100644 --- a/interface/resources/qml/Marketplaces.qml +++ b/interface/resources/qml/Marketplaces.qml @@ -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: {