diff --git a/R/print.R b/R/print.R index 0dce7a89f1..097757662d 100644 --- a/R/print.R +++ b/R/print.R @@ -10,7 +10,7 @@ print.plotly <- function(x, ...) { l <- plotly_POST(x) if (!is.null(l$url)) { - if (httr::url_ok(l$url) && interactive()) browseURL(l$url) + if (interactive()) browseURL(l$url) } # get_figure() instead? invisible(l)