From adbcaa0cee5889fc912f5299ea3876ac343332de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sat, 18 Jul 2009 16:09:46 +0000 Subject: [PATCH] Add disabled code for loading firebug-lite into the web app. --- src/webui/extjs.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/webui/extjs.c b/src/webui/extjs.c index 4c77d5ec..d9cfa39a 100644 --- a/src/webui/extjs.c +++ b/src/webui/extjs.c @@ -95,6 +95,13 @@ extjs_root(http_connection_t *hc, const char *remain, void *opaque) extjs_exec(hq, "Ext.BLANK_IMAGE_URL = " "'"EXTJSPATH"/resources/images/default/s.gif';"); +#if 0 + htsbuf_qprintf(hq, + ""); +#endif + + /** * Load extjs extensions */