Skip to content

Commit 4ba14bb

Browse files
committed
disable ajax caching, fixes select2#807
1 parent 7dee473 commit 4ba14bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

select2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ the specific language governing permissions and limitations under the Apache Lic
302302
dataType: options.dataType,
303303
data: data,
304304
type: type,
305+
cache: false,
305306
traditional: traditional,
306307
success: function (data) {
307308
if (requestNumber < requestSequence) {

0 commit comments

Comments
 (0)