I suggest you download the shinding container from the apache
repository and run it locally. We currently successfully developing
with it.
[]'s
On Feb 15, 4:40 am, "sqzh...@gmail.com" <sqzh...@gmail.com> wrote:
Hi,
I download the .js file
fromhttp://gmodules.com/ig/extern_js/f/CgJlbhICdXMrMAE4ACw/JECkE05Rfhg.js
There is a function in this file:
function ig_Za(a, b, c, d){
if (!a) {
c(d ? null : "")
}
var e = eval("(" + a.substring(27) + ")");[1]
if (b in e) {
var f = e[b].body;
c(d ? ig_Y(f) : f)
}}
There is a error when I use this file,
the error is: missing ) in parenthetical (the line [1])
How chould I fix it?