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