File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -892,7 +892,10 @@ $(document).ready(function() {
892892 $ . get ( 'survey.py' , myArgs , function ( dat ) { } ) ;
893893
894894 $ ( "#iJustLearnedInput" ) . val ( '' ) ;
895- $ ( "#iJustLearnedThanks" ) . show ( ) . fadeOut ( 1500 ) ;
895+ $ ( "#iJustLearnedThanks" ) . show ( ) ;
896+ $ . doTimeout ( 'iJustLearnedThanksFadeOut' , 1200 , function ( ) {
897+ $ ( "#iJustLearnedThanks" ) . fadeOut ( 1000 ) ;
898+ } ) ;
896899 } ) ;
897900
898901 genericOptFrontendReady ( ) ; // initialize at the end
Original file line number Diff line number Diff line change 113113 < div style ="font-size: 11pt; margin-bottom: 5pt; ">
114114 I just learned that
115115 < input style ="font-size: 11pt; padding: 2pt; " type ="text " id ="iJustLearnedInput " size ="80 "/>
116+
116117 < button id ="iJustLearnedSubmission " type ="button " style ="font-size: 12pt; "> Submit</ button >
117- </ div >
118- < div id ="iJustLearnedThanks "
119- style ="color: #e93f34; font-weight: bold; font-size: 11pt; display: none; ">
120- Thanks for your input!
118+
119+ < span id ="iJustLearnedThanks "
120+ style ="color: #e93f34; font-weight: bold; font-size: 11pt; display: none; ">
121+ Thanks!
122+ </ span >
121123 </ div >
122124</ div >
123125
You can’t perform that action at this time.
0 commit comments