No errors, Richard. I checked in Chrome. It looks like the div's are all 
okay too. Wasn't sure if anyone else had this problem. 

A little more insight:

I select a record by doing 

{{myrecords = 
db(db.table.field==db.anothertable.anotherfield).select(db.table.field.ALL)}}

then i check to see {{if len(myrecords) > 0:}}
{{=BEAUTIFY(myrecords)}}

The problem is this is wrapped in from another for loop at the top so I 
have two for loops in my view. 

Is this an okay practice?


On Tuesday, June 9, 2015 at 1:22:58 PM UTC-4, Richard wrote:
>
> Did you check for js error in chrome dev tool?
>
> You must have an error somewhere, a missing lib or something...
>
> On Tue, Jun 9, 2015 at 1:02 PM, LoveWeb2py <atayl...@gmail.com 
> <javascript:>> wrote:
>
>> Sometimes my menu just stops working and users can't click the links.
>>
>> It's specific to one page that uses a modal and bootstrap. Is there any 
>> known reasons of why this might be happening and what could I check to 
>> troubleshoot?
>>
>> -- 
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to web2py+un...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to