Changeset 2332 in subversion


Ignore:
Timestamp:
Mar 6, 2009 1:12:16 PM (4 years ago)
Author:
thomasb
Message:

Applied patch by Chris Moules

Location:
branches/devel-api/program
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-api/program/include/rcube_html_page.php

    r2224 r2332  
    3333 
    3434    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>"; 
    3636    protected $default_template = "<html>\n<head><title></title></head>\n<body></body>\n</html>"; 
    3737 
  • branches/devel-api/program/js/app.js

    r2312 r2332  
    37613761    $.ajax({ type: 'POST', url: url, data: htmlText, contentType: 'application/octet-stream', 
    37623762      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); } 
    37643764      }); 
    37653765    } 
Note: See TracChangeset for help on using the changeset viewer.