1
0
mirror of synced 2024-11-23 05:26:10 +03:00

disable ajax caching, fixes #807

This commit is contained in:
Igor Vaynberg 2013-02-05 21:28:33 -08:00
parent 7dee473414
commit 4ba14bbf01

View File

@ -302,6 +302,7 @@ the specific language governing permissions and limitations under the Apache Lic
dataType: options.dataType,
data: data,
type: type,
cache: false,
traditional: traditional,
success: function (data) {
if (requestNumber < requestSequence) {