fix various bugs with notes ext

This commit is contained in:
Daku
2014-04-12 00:26:34 +01:00
parent 8d75968ab0
commit 3d11df44a9
4 changed files with 43 additions and 0 deletions

View File

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