mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-04 12:00:16 +01:00
implement switching grouping
This commit is contained in:
parent
dbe8060bec
commit
d139693632
11 changed files with 107 additions and 56 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<div class="modal-body">
|
||||
<form class="form-search">
|
||||
<input type="text" id="tracks-goto-project" class="input-medium search-query ajax-typeahead" placeholder="Type (part of) project name"
|
||||
data-link="/projects.autocomplete">
|
||||
data-link="/projects.autocomplete" autocomplete="off">
|
||||
<input type="hidden" id="tracks-json-result">
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -14,4 +14,4 @@
|
|||
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
|
||||
<button class="btn btn-primary">Go to project</button>
|
||||
</div>
|
||||
</div>`
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue