Skip to content

Commit

Permalink
#128 Fixed more codesmells.
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwinderg committed Dec 20, 2023
1 parent 82b1f93 commit d17b2d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/app/public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ tr {
}

#mapViewButton {
/* margin-left: 3%; */
width: 150px;
font-size: 1rem;
}
Expand Down
2 changes: 1 addition & 1 deletion app/app/server/controllers/rfactor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const logger = require('../utilities/logger.js');
const log = logger.logger;
const parser = new XMLParser();

var url = 'https://csip.engr.colostate.edu:9088/csip-misc/d/r2climate/2.0';
const url = 'https://csip.engr.colostate.edu:9088/csip-misc/d/r2climate/2.0';

Date.prototype.isValid = function () {
// An invalid date object returns NaN for getTime() and NaN is the only
Expand Down

0 comments on commit d17b2d1

Please sign in to comment.