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

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