In Chrome:
try{for(var lastpass_iter=0; lastpass_iter < document.forms.length;
lastpass_iter++){ var lastpass_f = document.forms[lastpass_iter];
if(typeof(lastpass_f.lpsubmitorig2)=="undefined"){ lastpass_f.lpsubmitorig2
= lastpass_f.submit; lastpass_f.submit = function(){ var form=this; var
customEvent = document.createEvent("Event");
customEvent.initEvent("lpCustomEvent", true, true); var d =
document.getElementById("hiddenlpsubmitdiv"); for(var i = 0; i <
document.forms.length; i++){ if(document.forms[i]==form){ d.innerText=i; }
} d.dispatchEvent(customEvent); form.lpsubmitorig2(); } } }}catch(e){}
*Uncaught SyntaxError: Unexpected token ILLEGAL*

In Firefox:
[09:02:12.496] SyntaxError: invalid regular expression flag V @
http://jenkins:8080/static/0cbe8931/scripts/hudson-behavior.js:416

Not sure if either are relevant.

- David


On Mon, Aug 26, 2013 at 11:20 PM, oliver gondža <ogon...@gmail.com> wrote:

> Hi, Can you check the javascript console for errors on that page?
>
> --
> oliver
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to