|
|
|
|
|
by mitchas
3052 days ago
|
|
Hmm. Strange error. That Uncaught TypeError is unrelated. That happens when you click any element on the page because I removed a ton of the LinkedIn code and haven't been able to figure out where that's coming from yet, but it shouldn't affect how it works. How many jobs do you have on your profile? Is it only not showing the first (newest/current) job? Or is it not showing your first job as in first on your profile (oldest)? When it loads, it places everything onto the resume, then checks the height to make sure it'll fit on a single page, and if it doesn't fit, it removes items until it does fit. So it looks to me like it removed your oldest job on your profile to get it to fit. I'm planning on making it more customizable - let people choose which items to remove to make it fit. But also yes! I too have a bunch of projects I usually include on my resume, so I will definitely work on grabbing projects and getting them onto the resume. |
|