diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-10-24 23:52:56 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-10-24 23:52:56 -0500 |
commit | ba6079dc54bdec02fd3a83396a8430ad095ee2d3 (patch) | |
tree | 88e6b0b8965e2bd0201eae02f6499f4f05d01d10 /httemplate/view/cust_main/notes/notes.html | |
parent | d11723f9d8addadcd2aea0dd39fd4d8778dc68ee (diff) |
72901: OFM Freeside Note Classes [additional v3 tweaks]
Diffstat (limited to 'httemplate/view/cust_main/notes/notes.html')
-rw-r--r-- | httemplate/view/cust_main/notes/notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/notes/notes.html b/httemplate/view/cust_main/notes/notes.html index 18a75f732..1da0b3c74 100644 --- a/httemplate/view/cust_main/notes/notes.html +++ b/httemplate/view/cust_main/notes/notes.html @@ -1,4 +1,5 @@ % if ( scalar(@notes) ) { +<SCRIPT SRC="<% $fsurl %>elements/jquery.js"></SCRIPT> <SCRIPT TYPE="text/javascript"> function display_notes_classnum (classnum) { |