Skip to content

Commit 90a740e

Browse files
committed
[DO NOT MERGE] modify JS/CSS files.
1 parent 460146b commit 90a740e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/main/javascript/series/add.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
function initPage(suggestCountryUrl) {
66
$('#country').selectize();
77

8-
$('.js-catalog-numbers').on('blur', function() {
8+
$('.js-catalog-numbers').on('blur', function processNumber() {
99
$(this).val(function(idx, val) {
1010
return CatalogUtils.expandNumbers(val);
1111
});

src/main/webapp/WEB-INF/static/styles/main.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,3 @@ label {
102102
.dropdown-entry-lang {
103103
padding-left: 5px;
104104
}
105-
106-
/* fix unreadable tooltip on Google Charts (see #367) */
107-
.goog-tooltip {
108-
color: white;
109-
}

0 commit comments

Comments
 (0)