Guuz / anwb-mobile

Mobile website for the ANWB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Related apps don't have rounded corners on the wegenwacht page.

Guuz opened this issue · comments

If you look at the verkeer and wegenwacht page you see that on the verkeer page the related apps accordion has rounded corners and on the wegenwacht page they do not. I think it should be rounded corners on both page. HTML seems to be the same... (same Jade template)

I think we are using the wrong event.
http://jquerymobile.com/demos/1.1.0/docs/api/events.html
We should look into "pagebeforecreate" instead of "pagebeforeshow".

Or maybe we can filter the results server-side and we dont need to show the correct ones client-side.