Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function configUpdate() {
  2.     var config = getConfig();
  3.     config.success(function (data) {
  4.         var result = (data === '1') ? true : false;
  5.         if(result) {
  6.             iniciar();
  7.         }
  8.     });
  9.     setTimeout(configUpdate, 500);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement