Jump to content

Periodeical function call stops


Gerhard

Recommended Posts

Hi,

 

I have a strange problem (for a newbee).

 

My script executes only once, than the update process stops.

 

As I open the debug window (IE 11, F12), the periodical calls working fine.

 

Closing the debug windwo, and the periodic call stops again.

 

I tried two Versions, neither works.

 

Any idea?

 

Thanks for helping

 

With best regards

 

Gerhard

bootstraptest.html

Link to comment
Share on other sites

No.

This will be fine, but no, just doesn't work.

 

With best regards

 

Gerhard

Link to comment
Share on other sites

I would insert the following block above your current script block...

<script>
window.onerror = function(a,b,c,d){
alert('Javascript Error: '+a+'\nURL: '+b+'\nLine Number: '+c+'  Col Number: '+d);
return true;
}
</script>

And add 'use strict'; to the first line of your script block.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...