Ver Fonte

disable ajax caching, fixes #807

Igor Vaynberg há 12 anos atrás
pai
commit
4ba14bbf01
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      select2.js

+ 1 - 0
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) {