Skip to content

Commit 3e97a6d

Browse files
authored
Merge pull request #20 from AlexKvazos/master
Do not disable the share button in web
2 parents af4ba0b + 61f46e6 commit 3e97a6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

widget/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
else {
7070
$scope.shareUrl = shareUrl.replace('[appHost]', context.cpDomain).replace('[appId]', context.appId);
7171
$scope.qrCodeUrl = qrGeneratorUrl + $scope.shareUrl;
72-
$scope.disableShare = context.device.platform === "web";
7372
}
7473
});
7574

@@ -194,4 +193,4 @@
194193
</script>
195194
</body>
196195

197-
</html>
196+
</html>

0 commit comments

Comments
 (0)