Added a StrBuf that will eventually contain all of the
authorArt Cancro <ajc@citadel.org>
Fri, 3 Oct 2008 04:25:18 +0000 (04:25 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 3 Oct 2008 04:25:18 +0000 (04:25 +0000)
commitdeefa284d138d4c45d52966079b9cf6c9877c083
treebc871782879b5a8e607168565b6b20de3a6a770b
parent8cbc9bed860d2e7323a46476cca08bad1ea25262
Added a StrBuf that will eventually contain all of the
miscellaneous javascript that any page needs.  Callers should be appending
script code to the trailing_javascript strbuf instead of embedding it in the middle
of the page.  This will cause it all to be executed at once, which is
the recommended practice.  I haven't moved anything to this yet because
I think the script still isn't executing.
webcit/iconbar.c
webcit/webcit.c
webcit/webcit.h