Skip to content

Commit a0bc576

Browse files
committed
v0.3.0
1 parent c0c513a commit a0bc576

1 file changed

Lines changed: 11 additions & 14 deletions

File tree

ui.R

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -773,23 +773,20 @@ url = {http://statnetproject.org}
773773
fluidRow(
774774
textInput(inputId="terms", label=NULL,
775775
value="edges"),
776-
actionButton('fitButton', 'Fit Model'),
777-
div(class="helper chromewarning", icon('warning'),"Note for Chrome users",
778-
style="font-size:.80em; display:inline;",
779-
div(class="chromewarningbox",
780-
p("When running statnetWeb on the Google Chrome browser",
781-
"we have noticed an occasional delay between clicking the 'Add Term(s)' button and",
782-
"the terms populating the formula. You don't need to type the terms again,",
783-
"they will be added on your next click of the button. Thank you",
784-
"for your patience as we look for a solution!"),
785-
p(strong('Update: '), 'We believe this problem has been fixed. If you',
786-
'still experience a delay please let us know by filing an issue on Github.')))
776+
actionButton('fitButton', 'Fit Model')
787777
),
788778
fluidRow(actionButton('addtermButton', 'Add Term(s)'),
789779
actionButton('resetformulaButton', 'Reset Formula'),
790-
div(class="tool", style="display:inline;",
791-
span("Term Documentation", class="tip", img(src="callout2.png",class="callout")),
792-
actionButton('termdocButton', label = NULL, icon=icon('book')))
780+
div(class="helper chromewarning", icon('warning'),"Note for Chrome users",
781+
style="font-size:.80em; display:inline;",
782+
div(class="chromewarningbox",
783+
p("When running statnetWeb on the Google Chrome browser",
784+
"we have noticed an occasional delay between clicking the 'Add Term(s)' button and",
785+
"the terms populating the formula. You don't need to type the terms again,",
786+
"they will be added on your next click of the button. Thank you",
787+
"for your patience as we look for a solution!"),
788+
p(strong('Update: '), 'We believe this problem has been fixed. If you',
789+
'still experience a delay please let us know by filing an issue on Github.')))
793790
)
794791
)
795792
),

0 commit comments

Comments
 (0)