8000 search-placeholder change · rankdeveloper/funcode@bfe96a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit bfe96a9

Browse files
committed
search-placeholder change
1 parent 9787fa2 commit bfe96a9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

css/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135

136136
</div>
137137
<div class="search">
138-
<input type="text" onkeyup="search()" placeholder="Enter to search..." id="search">
138+
<input type="text" onkeyup="search()" placeholder="Type to search..." id="search">
139139
</div>
140140
</header>
141141

html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134

135135
</div>
136136
<div class="search">
137-
<input type="text" id="searchbar" placeholder="Enter to search..." onkeyup="search()">
137+
<input type="text" id="searchbar" placeholder="Type to search..." onkeyup="search()">
138138
</div>
139139
</header>
140140
<ul>

js/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142

143143
</div>
144144
<div class="search">
145-
<input type="text" id="searchbar" placeholder="Enter to search..." onkeyup="search()">
145+
<input type="text" id="searchbar" placeholder="Type to search..." onkeyup="search()">
146146
</div>
147147
<!--
148148
<div class="js-icon">

pl_sql/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1>PL/SQL</h1>
2828
<h5><a href="../index.html">GO HOME</a></h5>
2929
</div>
3030
<div class="searchbar">
31-
<input type="text" onkeyup="search()" id="search" placeholder="Enter to search">
31+
<input type="text" onkeyup="search()" id="search" placeholder="Type to search...">
3232
</div>
3333

3434
<div class="topics">

sql_tutorial/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1>SQL</h1>
2323
<h5><a href="../index.html">Go home</a></h5>
2424
</div>
2525
<div class="searchbar">
26-
<input type="text" onkeyup="search()" id="search" placeholder="Enter to search">
26+
<input type="text" onkeyup="search()" id="search" placeholder="Type to search...">
2727
</div>
2828

2929
<div class="topics">

0 commit comments

Comments
 (0)
0