autocomplete has moved to ext
This commit is contained in:
parent
f17812c64b
commit
ef898394f0
7
lib/jquery.autocomplete-2.4.4.min.css
vendored
7
lib/jquery.autocomplete-2.4.4.min.css
vendored
@ -1,7 +0,0 @@
|
||||
/**
|
||||
* @fileOverview CSS for jquery-autocomplete, the jQuery Autocompleter
|
||||
* @author <a href="mailto:dylan@dyve.net">Dylan Verheul</a>
|
||||
* @license MIT | GPL | Apache 2.0, see LICENSE.txt
|
||||
* @see https://github.com/dyve/jquery-autocomplete
|
||||
*/
|
||||
.acResults{padding:0;border:1px solid WindowFrame;background-color:Window;overflow:hidden}.acResults ul{margin:0;padding:0;list-style-position:outside;list-style:none}.acResults ul li{margin:0;padding:2px 5px;cursor:pointer;display:block;font:menu;font-size:12px;overflow:hidden}.acLoading{background:url(indicator.gif) right center no-repeat}.acSelect{background-color:Highlight;color:HighlightText}
|
9
lib/jquery.autocomplete-2.4.4.min.js
vendored
9
lib/jquery.autocomplete-2.4.4.min.js
vendored
File diff suppressed because one or more lines are too long
@ -6,25 +6,6 @@ $(document).ready(function() {
|
||||
jQuery.timeago.settings.cutoff = 365 * dayMS;
|
||||
$("time").timeago();
|
||||
|
||||
//TODO: Possibly move to using TextExtJS for autocomplete? - http://textextjs.com/
|
||||
// Also use autocomplete in tag box?
|
||||
$('.autocomplete_tags').autocomplete(base_href + '/api/internal/tag_list/complete', {
|
||||
//extraParams: {limit: 10},
|
||||
queryParamName: 's',
|
||||
minChars: 1,
|
||||
delay: 0,
|
||||
useCache: true,
|
||||
maxCacheLength: 10,
|
||||
matchInside: false,
|
||||
selectFirst: false,
|
||||
selectOnly: false,
|
||||
preventDefaultReturn: 1,
|
||||
preventDefaultTab: 1,
|
||||
useDelimiter: true,
|
||||
delimiterChar : " ",
|
||||
delimiterKeyCode : 48
|
||||
});
|
||||
|
||||
$("TABLE.sortable").tablesorter();
|
||||
|
||||
$(".shm-clink").each(function(idx, elm) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user