You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • this is what i like to do

    testing = true ; // false;
    
    .....
    
    if (testing)
            setTimeout(onInit,1E3);
    else 
            setTimeout(save,1E3);
    
About

Avatar for MaBe @MaBe started