babybunny / rebuildingtogethercaptain

Rebuilding Together Peninsula ROOM system
Apache License 2.0
3 stars 1 forks source link

Uncaught ReferenceError: $ is not defined #383

Open babybunny opened 7 years ago

babybunny commented 7 years ago

this appears in my browser console in dev: Uncaught ReferenceError: $ is not defined

it's $("#site_number").keyup(function(event){

so I think jquery might not be loaded on some pages.

we could make this widget into something that loaded via requirejs and then we could be sure that jquery has loaded.

babybunny commented 7 years ago

example page http://localhost:8080/room/site/6051711999279104/order/5101733952880640

and hitting Enter in that box does nothing on that page.

andy-d commented 7 years ago

http://jquery-howto.blogspot.com/2013/02/referenceerror-jquery-is-not-defined.html?m=1

babybunny commented 7 years ago

I'm still seeing the same error message on, eg. https://rebuildingtogethercaptain.appspot.com/room/site/6134097206312960/order_flow/6195198853906432

andy-d commented 7 years ago

Doh OK well then the plot thickens. Sorry and thanks for the flag!