From 30c866e2366ffe4b18b776a4c4afeda1b1aaf709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 25 Aug 2008 18:22:08 +0000 Subject: [PATCH] Use internal extjs instead of something at www.lonelycoder.com --- webui/extjs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/extjs.c b/webui/extjs.c index b0ab8390..61c6e872 100644 --- a/webui/extjs.c +++ b/webui/extjs.c @@ -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, "\n" "\n"