move notes libs to ext folder, fix a few bugs

it would be nice to take this out of beta, but it still has major issues with image resizing / unable to edit or delete notes
This commit is contained in:
Daku
2016-05-20 05:24:31 +01:00
parent 543600dc0e
commit 78c2731a12
7 changed files with 24 additions and 5 deletions

View File

@ -4,6 +4,9 @@ $(function() {
if(window.notes) {
$('#main_image').load(function(){
$('#main_image').imgNotes({notes: window.notes});
//Make sure notes are always shown
$('#main_image').off('mouseenter mouseleave');
});
}