Fix for Notes missing js files.
This commit is contained in:
parent
5ab776d1ef
commit
46960eed48
1 changed files with 5 additions and 1 deletions
|
@ -56,7 +56,11 @@ class NotesTheme extends Themelet {
|
|||
}
|
||||
|
||||
// check action POST on form
|
||||
public function display_note_system(Page $page, $image_id, $recovered_notes, $adminOptions) {
|
||||
public function display_note_system(Page $page, $image_id, $recovered_notes, $adminOptions)
|
||||
{
|
||||
$page->add_html_header("<script src='$base_href/contrib/notes/jquery.qimgareaselect-0.4.js' type='text/javascript'></script>", 100);
|
||||
$page->add_html_header("<script src='$base_href/contrib/notes/jquery.rimgnotes-0.2.js' type='text/javascript'></script>", 101);
|
||||
|
||||
$html = "<script type='text/javascript'>
|
||||
|
||||
notes = [";
|
||||
|
|
Reference in a new issue