update translations

This commit is contained in:
Luke Pulverenti 2015-09-07 11:54:57 -04:00
parent 69e9dbcc51
commit 7ee6317dae
92 changed files with 907 additions and 901 deletions

View file

@ -8,7 +8,7 @@
$.widget("mobile.checkboxradio", $.extend({
initSelector: "input[type='checkbox'],input[type='radio']",
initSelector: "input[type='checkbox']:not([data-role='none']),input[type='radio']:not([data-role='none'])",
options: {
theme: "inherit",
@ -75,7 +75,6 @@
blur: "_handleInputBlur"
});
this._handleFormReset();
this.refresh();
},