Use internal extjs instead of something at www.lonelycoder.com
This commit is contained in:
parent
db51850ab7
commit
30c866e236
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ extjs_root(http_connection_t *hc, http_reply_t *hr,
|
|||
{
|
||||
htsbuf_queue_t *hq = &hr->hr_q;
|
||||
|
||||
#define EXTJSPATH "http://www.lonelycoder.com/ext-2.2"
|
||||
#define EXTJSPATH "static/extjs"
|
||||
|
||||
htsbuf_qprintf(hq, "<html><body>\n"
|
||||
"<link rel=\"stylesheet\" type=\"text/css\" href=\""EXTJSPATH"/resources/css/ext-all.css\">\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue