updated js libs

jQuery 1.7.1 > 1.11.0
jQuery UI custom (highlight effect) 1.10.3 > 1.10.4
jQuery autocomplete 1.1 > 2.4.4
jQuery imgareaselect 0.4 > 1.0.0
jQuery imgnotes 0.2 > 1.0
jQuery tablesorter ? > 2.0.5
jQuery timeago 1.1.1 > 1.3.1
Modernizer 2.5.3 > 2.7.1
This commit is contained in:
Daku
2014-02-17 03:02:14 +00:00
parent c51d1388c0
commit 7c36902537
23 changed files with 78 additions and 688 deletions

View File

@ -5,6 +5,8 @@ $(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', {
width: 320,
max: 15,
@ -13,7 +15,8 @@ $(document).ready(function() {
multipleSeparator: ' ',
scroll: true,
scrollHeight: 300,
selectFirst: false
selectFirst: false,
queryParamName: 's'
});
$("TABLE.sortable").tablesorter();