trying getting note through pdf
This commit is contained in:
2
masks/note.html
Normal file → Executable file
2
masks/note.html
Normal file → Executable 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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user