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:
@ -1,6 +1,6 @@
|
||||
$(function() {
|
||||
if(window.notes) {
|
||||
$('#main_image').imgNotes(window.notes);
|
||||
$('#main_image').imgNotes({notes: window.notes});
|
||||
}
|
||||
|
||||
$('#cancelnote').click(function(){
|
||||
|
Reference in New Issue
Block a user