|
@@ -11,8 +11,7 @@
|
|
formatSelectionTooBig: function (limit) { return "Puoi selezionare solo " + limit + " element" + (limit == 1 ? "o" : "i"); },
|
|
formatSelectionTooBig: function (limit) { return "Puoi selezionare solo " + limit + " element" + (limit == 1 ? "o" : "i"); },
|
|
formatLoadMore: function (pageNumber) { return "Caricamento in corso…"; },
|
|
formatLoadMore: function (pageNumber) { return "Caricamento in corso…"; },
|
|
formatSearching: function () { return "Ricerca…"; }
|
|
formatSearching: function () { return "Ricerca…"; }
|
|
- }
|
|
|
|
|
|
+ };
|
|
|
|
|
|
- $.extend($.fn.select2.defaults, $.fn.select2.locales['it']);
|
|
|
|
- );
|
|
|
|
|
|
+ $.extend($.fn.select2.defaults, $.fn.select2.locales['it']);
|
|
})(jQuery);
|
|
})(jQuery);
|