diff options
| author | ivan <ivan> | 2008-07-14 23:09:18 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-07-14 23:09:18 +0000 | 
| commit | bf6ffa84af7cd733511dc87aff86264f10a21b22 (patch) | |
| tree | b1e1860a394a5044e97cb2e92449ba3a6b6d30a2 /httemplate/edit/process/cust_main_note.cgi | |
| parent | 513db608436a7584579c1824cac796eadc390579 (diff) | |
fuck embedded iframes and their stupid display problems with scrolling.  also make the gridding more consistent
Diffstat (limited to 'httemplate/edit/process/cust_main_note.cgi')
| -rwxr-xr-x | httemplate/edit/process/cust_main_note.cgi | 8 | 
1 files changed, 1 insertions, 7 deletions
| diff --git a/httemplate/edit/process/cust_main_note.cgi b/httemplate/edit/process/cust_main_note.cgi index 9689ca6d6..5127c72d1 100755 --- a/httemplate/edit/process/cust_main_note.cgi +++ b/httemplate/edit/process/cust_main_note.cgi @@ -2,17 +2,11 @@  %  $cgi->param('error', $error);  <% $cgi->redirect(popurl(2). 'cust_main_note.cgi?'. $cgi->query_string ) %>  %} else { -%      <% header('Note ' . ($notenum ? 'updated' : 'added') ) %>      <SCRIPT TYPE="text/javascript"> -      parent.cust_main_notes.location.reload(); -      try{parent.cust_main_notes.cClick()} -      catch(err){} -      try{parent.cClick()} -      catch(err){} +      window.top.location.reload();      </SCRIPT>      </BODY></HTML> -%  % }  <%init> | 
