From 55d3dc56ddd88340d5ceb231ef2d4f75682f873d Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Thu, 13 Apr 2017 18:16:47 +0200 Subject: [PATCH] Modal dialogue sans bouton --- index.rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rmd b/index.rmd index 5b288e0..f9bde75 100644 --- a/index.rmd +++ b/index.rmd @@ -323,7 +323,7 @@ observeEvent(input$publish, file.copy("cloture.html", str_c("archive/cloture", input$annee, "_", str_pad(input$mois, 2, "left", "0"), ".html"), overwrite = T) file.copy("cloture.html", "/var/www/html/cloture/", overwrite = T) - showModal(modalDialog(title = "Publication", p("Fichier archivé et publié, disponible", a("ici", href = "https://livenne.chu-nancy.fr/sitedim/index.php/clot/bilan")), easyClose = T)) + showModal(modalDialog(title = "Publication", p("Fichier archivé et publié, disponible", a("ici", href = "https://livenne.chu-nancy.fr/sitedim/index.php/clot/bilan")), easyClose = T, footer = NULL)) }) ```