File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
client/galaxy/scripts/templates Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <input type =" text" name =" query" value =" {{ search_hint_string }} " id =" tool-search-query" autocomplete =" off" class =" search-query parent-width" />
1
+ <input type =" text" name =" query" placeholder =" {{ search_hint_string }} " id =" tool-search-query" autocomplete =" off" class =" search-query parent-width" />
2
2
<a id =" search-clear-btn" title =" clear search (esc)" > </a >
3
- <img src =" {{ spinner_url }} " id =" search-spinner" class =" search-spinner" />
3
+ <img src =" {{ spinner_url }} " id =" search-spinner" class =" search-spinner" />
Original file line number Diff line number Diff line change 1
- <input type =" text" name =" query" value =" {{ search_hint_string }} " id =" tool-search-query" autocomplete =" off" class =" search-query parent-width" />
1
+ <input type =" text" name =" query" placeholder =" {{ search_hint_string }} " id =" tool-search-query" autocomplete =" off" class =" search-query parent-width" />
2
2
<a id =" search-clear-btn" title =" clear search (esc)" > </a >
3
- <img src =" {{ spinner_url }} " id =" search-spinner" class =" search-spinner" />
3
+ <img src =" {{ spinner_url }} " id =" search-spinner" class =" search-spinner" />
You can’t perform that action at this time.
0 commit comments