When i include clean-all.js
i permanently obtain this js error on my firebug console:
js_package[f].replace is not a function clean-all.js (line 87)
importPackage("outils/clean/", ["classes.Clean", "classes.Engine", "classes.Message", 17 more...])
bootstrap()clean-all.js (line 97)
[Break on this error] var file = js_package[f].replace(/\./g, '/') + '.js';
Have you ever encounter this one?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can check if the script tag (<script src="[YOUR_PATH]/clean-all.js" language="javascript"> </script>)
was placed in the head of the document.
If it is correct, it can be probrably related with a bug on the bootstrap that may occur in some situations, so please check out the workaround in the tracker session (http://sourceforge.net/tracker/index.php?func=detail&aid=1800463&group_id=145307&atid=761532)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My bad!
I slightly change the way i insert the script tag and it did'nt like that at all!
Anyway clan ajax works great for me now!
But i have another little problem now...
Look to the new post.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When i include clean-all.js
i permanently obtain this js error on my firebug console:
js_package[f].replace is not a function clean-all.js (line 87)
importPackage("outils/clean/", ["classes.Clean", "classes.Engine", "classes.Message", 17 more...])
bootstrap()clean-all.js (line 97)
[Break on this error] var file = js_package[f].replace(/\./g, '/') + '.js';
Have you ever encounter this one?
I've never seen this error before.
You can check if the script tag (<script src="[YOUR_PATH]/clean-all.js" language="javascript"> </script>)
was placed in the head of the document.
If it is correct, it can be probrably related with a bug on the bootstrap that may occur in some situations, so please check out the workaround in the tracker session (http://sourceforge.net/tracker/index.php?func=detail&aid=1800463&group_id=145307&atid=761532)
My bad!
I slightly change the way i insert the script tag and it did'nt like that at all!
Anyway clan ajax works great for me now!
But i have another little problem now...
Look to the new post.