liquid_feedback_frontend
diff config/development.lua @ 120:e5a221e57dc6
merge
| author | bsw |
|---|---|
| date | Mon Oct 04 17:51:29 2010 +0200 (2010-10-04) |
| parents | 10b7329ab0a2 |
| children | 4993b71b383f d13b27a37ad5 |
line diff
1.1 --- a/config/development.lua Fri Sep 24 14:49:36 2010 +0200 1.2 +++ b/config/development.lua Mon Oct 04 17:51:29 2010 +0200 1.3 @@ -33,4 +33,12 @@ 1.4 1.5 config.motd_intern = "==Internal motd==" 1.6 1.7 -config.public_access = "anonymous" 1.8 \ No newline at end of file 1.9 +config.public_access = "anonymous" 1.10 + 1.11 +-- you can put some js code to the bottom on the page 1.12 +-- here it opens the trace window 1.13 + 1.14 +--slot.put_into( 1.15 +-- "custom_script", 1.16 +-- "document.getElementById('trace_show').onclick();" 1.17 +--)