thirdparty/google_appengine/templates/logging_console_footer.html
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 10 Nov 2008 00:39:50 +0000
changeset 455 4d98832b43ba
parent 109 620f9b141567
permissions -rw-r--r--
Added support for providing a custom params dict This has been a long outstanding feature request for tlarsen, luckily it turned out to be very easy to implement with the dict.merge utility method. To have custom _rights one should instead to the required access checks before calling the view method.


// Display a logging console on top of this page.
(new AH.LoggingConsole()).initConsole();
</script>