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 460146b commit 90a740eCopy full SHA for 90a740e
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 processNumber() {
9
$(this).val(function(idx, val) {
10
return CatalogUtils.expandNumbers(val);
11
});
src/main/webapp/WEB-INF/static/styles/main.css
@@ -102,8 +102,3 @@ label {
102
.dropdown-entry-lang {
103
padding-left: 5px;
104
}
105
-
106
-/* fix unreadable tooltip on Google Charts (see #367) */
107
-.goog-tooltip {
108
- color: white;
109
-}
0 commit comments