File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/templates/pages/reference Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -61,19 +61,11 @@ slug: reference/
61
61
}
62
62
});
63
63
64
- function removePlaceholder () {
65
- $ (' #search input' ).attr (' placeholder' , ' ' );
66
- }
67
-
68
64
function updateLanguage () {
69
65
if (translations) {
70
66
// reference title
71
67
$ (' h1' ).html (translations[' h1' ]);
72
68
$ (' #search input' ).attr (' placeholder' , translations[' reference-search' ]);
73
- $ (' #search input' ).on (' focus' , removePlaceholder);
74
- $ (' #search input' ).focusout (function () {
75
- $ (' #search input' ).attr (' placeholder' , translations[' reference-search' ]);
76
- })
77
69
$ (' #search input' ).attr (' title' , translations[' reference-search' ]);
78
70
// reference description
79
71
$ (' #reference-description1' ).html (translations[' reference-description1' ]);
You can’t perform that action at this time.
0 commit comments