liquid_feedback_frontend

changeset 110:10b7329ab0a2

add custom js code in dev config to auto open tracer
author Daniel Poelzleithner <poelzi@poelzi.org>
date Sun Sep 19 04:56:11 2010 +0200 (2010-09-19)
parents e2ea6dbd2dbc
children bf885faf3452
files config/development.lua
line diff
     1.1 --- a/config/development.lua	Sun Sep 19 04:44:58 2010 +0200
     1.2 +++ b/config/development.lua	Sun Sep 19 04:56:11 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 +--)

Impressum / About Us