File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
> Perl 6 Documentation</ a
5
5
>
6
6
< div id ="search " class ="ui-widget ">
7
- < div class ="green "> < input placeholder ="Search " autofocus id ="query " title ="Enter Perl 6 document to search for "> </ div >
7
+ < div class ="green "> < input placeholder ="Loading... " autofocus id ="query " title ="Enter Perl 6 document to search for "> </ div >
8
8
</ div >
9
9
< div class ="menu ">
10
10
MENU
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ $(function(){
33
33
} ) ;
34
34
}
35
35
} ) ;
36
- $ ( "#query" ) . catcomplete ( {
36
+ $ ( "#query" ) . attr ( 'placeholder' , 'Search' ) . catcomplete ( {
37
37
response : function ( e , ui ) {
38
38
if ( ! ui . content . length ) { $ ( '#search' ) . addClass ( 'not-found' ) }
39
39
else { $ ( '#search' ) . removeClass ( 'not-found' ) }
You can’t perform that action at this time.
0 commit comments