Created
December 13, 2016 08:59
-
-
Save foxmask/8a5770d2fb72790b0118be324c8fa5cf to your computer and use it in GitHub Desktop.
foobar.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
timer = $.timer(timeout, function() { | |
var request = $.ajax({ | |
url: Urls.log_deploy(envId), | |
type: 'get', | |
dataType: 'html', | |
success: showResponse, | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment