We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f315d commit 4762d2bCopy full SHA for 4762d2b
1 file changed
ui.R
@@ -789,7 +789,9 @@ url = {http://statnetproject.org}
789
"we have noticed an occasional delay between clicking the 'Add Term(s)' button and",
790
"the terms populating the formula. You don't need to type the terms again,",
791
"they will be added on your next click of the button. Thank you",
792
- "for your patience as we look for a solution!")))
+ "for your patience as we look for a solution!"),
793
+ p(strong('Update: '), 'We believe this problem has been fixed. If you',
794
+ 'still experience a delay please let us know by filing an issue on Github.')))
795
),
796
fluidRow(actionButton('addtermButton', 'Add Term(s)'),
797
actionButton('resetformulaButton', 'Reset Formula'),
0 commit comments