forked from Cavemanon/cavepaintings
autocomplete has moved to ext
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user