Преглед на файлове

disable ajax caching, fixes #807

Igor Vaynberg преди 12 години
родител
ревизия
4ba14bbf01
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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) {