Procházet zdrojové kódy

update gadget with new output class in groups.css

pull/21/head
Garrick Aden-Buie před 6 roky
rodič
revize
ea33dc6a98
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      R/gadget_server.R

+ 1
- 1
R/gadget_server.R Zobrazit soubor

@@ -70,7 +70,7 @@ regexplain_gadget_server <- function(update_available = NULL) {
delay <- getOption('regexplain.input_delay_ms', NULL)
if (!is.null(delay)) invalidateLater(delay, session)
if (pattern() == "") {
return(toHTML(paste('<p class="results">', escape_html(rtext()), "</p>", collapse = "")))
return(toHTML(paste('<p class="regexplain">', escape_html(rtext()), "</p>", collapse = "")))
}
res <- NULL
error_message <- NULL

Načítá se…
Zrušit
Uložit