From 463f42e8a4ca3e9096f189af735577936cb8d743 Mon Sep 17 00:00:00 2001 From: ptelomere Date: Thu, 2 Apr 2015 19:22:30 -0700 Subject: [PATCH] mack daddy --- global.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}