thirdparty/google_appengine/templates/logging_console_footer.html
author Mario Ferraro <fadinlight@gmail.com>
Thu, 17 Sep 2009 17:25:41 +0200
changeset 2938 062d5ddb15b7
parent 109 620f9b141567
permissions -rw-r--r--
Shrinksafe complains during compression of map JS fixed. It comes that "long" can't be used as a variable name as we did, because Shrinksafe complains that "long" is a reserved keyword.


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