From 4ba14bbf01b1d9af28bbe66895de1ad7cae038b6 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Tue, 5 Feb 2013 21:28:33 -0800 Subject: [PATCH] disable ajax caching, fixes #807 --- select2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/select2.js b/select2.js index cb21dc9e..abc23ed4 100644 --- a/select2.js +++ b/select2.js @@ -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) {