source:
OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/controllers/plugin_jqmobile.py
Last change on this file was 42bd667, checked in by , 4 years ago | |
---|---|
|
|
File size: 125 bytes |
Line | |
---|---|
1 | response.files = response.files[:3] |
2 | response.menu = [] |
3 | |
4 | |
5 | def index(): |
6 | return locals() |
7 | |
8 | |
9 | def about(): |
10 | return locals() |
Note: See TracBrowser
for help on using the repository browser.