fix various bugs with notes ext
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
$(function() {
|
||||
if(window.notes) {
|
||||
$('#main_image').imgNotes({notes: window.notes});
|
||||
$(window).resize(); //Simulate window resize to fix note positioning
|
||||
}
|
||||
|
||||
$('#cancelnote').click(function(){
|
||||
|
Reference in New Issue
Block a user