About
fix devel to main
@@ -1,3 +1,8 @@
+## Uncomment out these lines to deploy on Shiny Server
+# library(MSstatsShiny)
+# library(shiny)
+# library(shinyjs)
+
jsCode = '
shinyjs.init = function() {
$(document).keypress(function(e) { alert("Key pressed: " + e.which); });