Changes between Initial Version and Version 1 of Ticket #13394, comment 2
- Timestamp:
- Feb 5, 2013, 11:07:31 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13394, comment 2
initial v1 3 3 {{{ 4 4 $.ajaxSetup({ 5 mozSystem: true 5 xhrFields: { 6 mozSystem: true 7 } 6 8 }); 7 9 }}}