Browse code

Merge pull request #77 from Vitek-Lab/main

fix devel to main

Devon Kohler authored on 06/11/2023 20:24:00 • GitHub committed on 06/11/2023 20:24:00
Showing 1 changed files

  • R/ui.R index 0a65711..98b65fe 100644
... ...
@@ -1,3 +1,8 @@
1
+## Uncomment out these lines to deploy on Shiny Server
2
+# library(MSstatsShiny)
3
+# library(shiny)
4
+# library(shinyjs)
5
+
1 6
 jsCode = '
2 7
 shinyjs.init = function() {
3 8
 $(document).keypress(function(e) { alert("Key pressed: " + e.which); });