Skip to content

Commit

Permalink
[DO NOT MERGE] modify JS/CSS files.
Browse files Browse the repository at this point in the history
  • Loading branch information
php-coder committed May 18, 2017
1 parent 460146b commit 90a740e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/javascript/series/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
function initPage(suggestCountryUrl) {
$('#country').selectize();

$('.js-catalog-numbers').on('blur', function() {
$('.js-catalog-numbers').on('blur', function processNumber() {
$(this).val(function(idx, val) {
return CatalogUtils.expandNumbers(val);
});
Expand Down
5 changes: 0 additions & 5 deletions src/main/webapp/WEB-INF/static/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,3 @@ label {
.dropdown-entry-lang {
padding-left: 5px;
}

/* fix unreadable tooltip on Google Charts (see #367) */
.goog-tooltip {
color: white;
}

0 comments on commit 90a740e

Please sign in to comment.