# HG changeset patch # User Daniel Poelzleithner # Date 1284864971 -7200 # Node ID 10b7329ab0a2a0fe484d4e1476de941ef9783070 # Parent e2ea6dbd2dbcbab8b29ab76c24e91a67b8b3f337 add custom js code in dev config to auto open tracer diff -r e2ea6dbd2dbc -r 10b7329ab0a2 config/development.lua --- a/config/development.lua Sun Sep 19 04:44:58 2010 +0200 +++ b/config/development.lua Sun Sep 19 04:56:11 2010 +0200 @@ -33,4 +33,12 @@ config.motd_intern = "==Internal motd==" -config.public_access = "anonymous" \ No newline at end of file +config.public_access = "anonymous" + +-- you can put some js code to the bottom on the page +-- here it opens the trace window + +--slot.put_into( +-- "custom_script", +-- "document.getElementById('trace_show').onclick();" +--)