We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6488551 commit 285d173Copy full SHA for 285d173
1 file changed
src/js/select2/options.js
@@ -61,7 +61,7 @@ define([
61
if ($e.data('ajax-url')) {
62
if (console && console.warn) {
63
console.warn(
64
- 'Select2: The `data-ajax-attribute` has been changed to ' +
+ 'Select2: The `data-ajax-url` has been changed to ' +
65
'`data-ajax--url` and support for the old attribute will be removed' +
66
' in future versions of Select2.'
67
);
0 commit comments