web/data/incontextBoxHeader.png
author |
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> |
|
Fri, 29 Apr 2011 12:34:53 +0200 |
changeset 7284 |
a474cb989546 |
parent 6140 |
65a619eb31c4
|
permissions |
-rw-r--r-- |
[js] make _loadAjaxHtmlHead aware of mod_concat-like urls
_loadAjaxHtmlHead keeps track of already imported resources (js / css)
to make sure they're not included twice, but with mod_concat-like urls,
things get a bit more complicated :
if BASE_URL/data??foo.js,bar.js is already imported, then loading :
BASE_URL/data??bar.js,spam.js should only load spam.js