Changeset 14258

Show
Ignore:
Timestamp:
07/03/08 16:51:31 (5 months ago)
Author:
jburke
Message:

Refs #1368: make sure xdomain warnings are really warnings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/_editor/RichText.js

    r14138 r14258  
    4343                 
    4444                        if(dojo.config["useXDomain"] && !dojo.config["dojoBlankHtmlUrl"]){ 
    45                                 console.debug("dijit._editor.RichText: When using cross-domain Dojo builds," 
     45                                console.warn("dijit._editor.RichText: When using cross-domain Dojo builds," 
    4646                                + " please save dojo/resources/blank.html to your domain and set djConfig.dojoBlankHtmlUrl" 
    4747                                + " to the path on your domain to blank.html");