Skip to content

Commit 99a3bbc

Browse files
committed
Career - Update 2
Making the gem.com - prod ready
1 parent 6c48091 commit 99a3bbc

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

dist/careers.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/careers.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
if (window.location.host === 'modular-rebuild.webflow.io') {
2-
var url = 'https://api.gem.com/job_board/v0/modular/job_posts/';
3-
} else {
4-
url = 'https://boards-api.greenhouse.io/v1/boards/modularai/jobs';
5-
}
1+
var url = 'https://api.gem.com/job_board/v0/modular/job_posts/';
62

73
var hostName = window.location.hostname;
84

0 commit comments

Comments
 (0)