mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
fix layout of dropdown folder/document search
This commit is contained in:
parent
42cf1e9d05
commit
9644153d7b
|
@ -224,6 +224,8 @@ $(document).ready( function() {
|
|||
|
||||
/* Document chooser */
|
||||
$("[id^=choosedocsearch]").typeahead({ /* {{{ */
|
||||
menu: '<div class="typeahead dropdown-menu"></div>',
|
||||
item: '<li><a class="dropdown-item" href="#"></a></li>',
|
||||
minLength: 3,
|
||||
source: function(query, process) {
|
||||
// console.log(this.options);
|
||||
|
@ -252,6 +254,8 @@ $(document).ready( function() {
|
|||
|
||||
/* Folder chooser */
|
||||
$("[id^=choosefoldersearch]").typeahead({ /* {{{ */
|
||||
menu: '<div class="typeahead dropdown-menu"></div>',
|
||||
item: '<li><a class="dropdown-item" href="#"></a></li>',
|
||||
minLength: 3,
|
||||
source: function(query, process) {
|
||||
// console.log(this.options);
|
||||
|
|
Loading…
Reference in New Issue
Block a user