Changes between Initial Version and Version 1 of Ticket #12097, comment 8
- Timestamp:
- Jul 25, 2012, 9:22:07 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12097, comment 8
initial v1 11 11 Here, what you should do is this: 12 12 13 ``` 13 {{{ 14 14 jQuery.support.cors = true; 15 ``` 15 }}} 16 16 17 17 Which is, of course, wrong but close enough for your specific use-case and should take care of all your needs.