trying getting note through pdf

This commit is contained in:
2014-10-28 01:03:01 +01:00
parent e7d45b4d3c
commit 60e2f0dfc8
2 changed files with 19 additions and 6 deletions

2
masks/note.html Normal file → Executable file
View File

@@ -23,7 +23,7 @@ databap.pageInit = function()
if(isNumeric(iNote) && iNote > 0 && iNote!=databap.tmp('note'))
{
$('#note_id').val(iNote).focus();
self.addBufferIcon();
//self.addBufferIcon();
$('#note_frame').attr('src', 'index.php?a=note&id='+iNote);
databap.tmp('note', iNote);
}