Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Hello,

...

I put some custom javascript blow of coorperation theme, when I logout from a userview and try to login, I find the javascript  will run towice,

for example, the javascript is like below,

Code Block
 put some custom javascript blow of coorperation theme, when I logout from a userview and try to login, I find the javascript  will run towice,

for example, the javascript is like below,

$(document).ready(function(){

        console.log("abc");
 }
});

it

...

will

...

show

...

me

...

towice

...

in

...

console.

...

Would

...

you

...

please

...

help

...

me

...

to

...

solve

...

this

...

issue?

...

Thanks

...

Gene