Skip to content

Instantly share code, notes, and snippets.

@foxmask
Created December 13, 2016 08:59
Show Gist options
  • Save foxmask/8a5770d2fb72790b0118be324c8fa5cf to your computer and use it in GitHub Desktop.
Save foxmask/8a5770d2fb72790b0118be324c8fa5cf to your computer and use it in GitHub Desktop.
foobar.js
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