Skip to content

Commit 0d37422

Browse files
committed
arama inputuna placeholder eklendi
1 parent 25c7efd commit 0d37422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function htmlToElement(html) {
66

77
const chevronIcon = `<span class="d-inline-block tree-icon"><i class="fas fa-chevron-down"></i></span>`;
88
const linkIcon = `<span class="d-inline-block tree-icon"><i class="fas fa-link"></i></span>`;
9-
const searchInput = `<input type="text" name="menu-tree-search" id="menu-tree-search" class="form-control">`;
9+
const searchInput = `<input type="text" name="menu-tree-search" id="menu-tree-search" class="form-control" placeholder="Search">`;
1010

1111
function copyAttrs(src, target) {
1212
for (let attr of src.attributes) {

0 commit comments

Comments
 (0)