JustinGOSSES / wellioviz

d3.js v5 visualization of well logs
https://justingosses.github.io/wellioviz/#introduction
Apache License 2.0
52 stars 12 forks source link

Revert "Issue 103: Demo Menu: Add device responsive menu folding" #108

Closed JustinGOSSES closed 4 years ago

JustinGOSSES commented 4 years ago

Reverts JustinGOSSES/wellioviz#107

JustinGOSSES commented 4 years ago

When I accepted pull request #108 the page couldn't load default LAS files and had this error

main.js:76 Uncaught TypeError: $.ajax is not a function at readInLASFromASSETS (main.js:76) at HTMLButtonElement.onclick (demo.html:88) readInLASFromASSETS @ main.js:76 onclick @ demo.html:88

@dcslagel

dcslagel commented 4 years ago

Do you see the same error when running the 107 demo.html locally?

Is it correct that the error was seen following these steps?

I ran the from Assets folder of this webpage button on my local demo.html before posting and it opened a file browser on my local machine rather than pulling an LAS file from the webpage. Is that expected behavior? Do you see it also?

I'll double check everything on my end...

Thanks, DC