Add disabled code for loading firebug-lite into the web app.
This commit is contained in:
parent
1872b5e792
commit
adbcaa0cee
1 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||
"<script type='text/javascript' "
|
||||
"src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>");
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
* Load extjs extensions
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue