Skip to content

Commit

Permalink
fixes #86
Browse files Browse the repository at this point in the history
  • Loading branch information
martinamorris committed Jul 12, 2024
1 parent 45c3db8 commit a6b7485
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions inst/shiny/statnetWeb/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@ tabPanel(title='Data', value='tab2',
tagList(
tags$head(
tags$link(rel="stylesheet", type="text/css",href="style.css"),
#tags$link(rel="stylesheet", type="text/css",href="autocomplete.css"),
tags$link(rel="stylesheet", type="text/css",
href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/themes/smoothness/jquery-ui.css"),
tags$script(type="text/javascript", src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"),
#tags$script(type="text/javascript", src="autocomplete.js"),
tags$script(type="text/javascript", src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js"),
# tags$link(rel="stylesheet", type="text/css",href="autocomplete.css"),
# tags$link(rel="stylesheet", type="text/css",
# href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/themes/smoothness/jquery-ui.css"),
# tags$script(type="text/javascript", src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"),
# tags$script(type="text/javascript", src="autocomplete.js"),
# tags$script(type="text/javascript", src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js"),
tags$script(type="text/javascript", src="busy.js"),
tags$script(type="text/javascript", src="alert.js"),
tags$script(HTML('Shiny.addCustomMessageHandler("jsCode",
Expand Down

0 comments on commit a6b7485

Please sign in to comment.