diff --git a/global.R b/global.R index 48266e5..7041c54 100644 --- a/global.R +++ b/global.R @@ -1,6 +1,6 @@ -if (!exists("needHack")) needHack <- FALSE +if (!exists("needHack")) needHack <- FALSE if (needHack) @@ -28,4 +28,4 @@ selDataTableOutput <- function (outputId) tags$script(src = "shared/datatables/js/DT_bootstrap.js"), tags$script(src = "js/DTbinding.js"))), div(id = outputId, class = "shiny-datatable-output selectable")) -} \ No newline at end of file +}