Project

General

Profile

« Previous | Next » 

Revision 6824

Added by Jing Tao over 12 years ago

Use "post" to replace "get" to fix caching issue on IE.

View differences:

ajax-utils.js
99 99
	//alert('Sending url: ' + url);
100 100

  
101 101
	var myRequest = new Ajax.Updater(divId, url,
102
		{	method: 'get'
102
		{	method: 'post'
103 103
		});
104 104
}
105 105
  

Also available in: Unified diff