autocomplete has moved to ext

This commit is contained in:
Daku 2016-05-11 22:16:28 +01:00
parent f17812c64b
commit ef898394f0
3 changed files with 0 additions and 35 deletions

View File

@ -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}

File diff suppressed because one or more lines are too long

View File

@ -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) {