Changeset 2332 in subversion
- Timestamp:
- Mar 6, 2009 1:12:16 PM (4 years ago)
- Location:
- branches/devel-api/program
- Files:
-
- 2 edited
-
include/rcube_html_page.php (modified) (1 diff)
-
js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-api/program/include/rcube_html_page.php
r2224 r2332 33 33 34 34 protected $script_tag_file = "<script type=\"text/javascript\" src=\"%s\"></script>\n"; 35 protected $script_tag = "<script type=\"text/javascript\">\n<!--\n%s\n\n//-->\n</script>\n";35 protected $script_tag = "<script type=\"text/javascript\">\n/* <![CDATA[ */\n%s\n/* ]]> */\n</script>"; 36 36 protected $default_template = "<html>\n<head><title></title></head>\n<body></body>\n</html>"; 37 37 -
branches/devel-api/program/js/app.js
r2312 r2332 3761 3761 $.ajax({ type: 'POST', url: url, data: htmlText, contentType: 'application/octet-stream', 3762 3762 error: function(o) { rcmail.http_error(o); }, 3763 success: function(data) { rcmail.set_busy(false); $(document.getElementById(id)).val(data); console.log(data); } ,3763 success: function(data) { rcmail.set_busy(false); $(document.getElementById(id)).val(data); console.log(data); } 3764 3764 }); 3765 3765 }
Note: See TracChangeset
for help on using the changeset viewer.
