We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b537053 commit 1048e4dCopy full SHA for 1048e4d
src/main/javascript/series/add.js
@@ -5,7 +5,7 @@
5
function initPage(suggestCountryUrl) {
6
$('#country').selectize();
7
8
- $('.js-catalog-numbers').on('blur', function() {
+ $('.js-catalog-numbers').on('blur', function expandCatalogNumbers() {
9
$(this).val(function(idx, val) {
10
return CatalogUtils.expandNumbers(val);
11
});
0 commit comments