Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -191,7 +191,7 @@ ui <- fluidPage(
|
|
191 |
if (navigator.share) {
|
192 |
navigator.share({
|
193 |
title: pageTitle,
|
194 |
-
text: '
|
195 |
url: currentURL
|
196 |
})
|
197 |
.catch((error) => {
|
|
|
191 |
if (navigator.share) {
|
192 |
navigator.share({
|
193 |
title: pageTitle,
|
194 |
+
text: '',
|
195 |
url: currentURL
|
196 |
})
|
197 |
.catch((error) => {
|