Skip to content

Instantly share code, notes, and snippets.

@opsb
Created July 19, 2012 07:43
Show Gist options
  • Select an option

  • Save opsb/3141411 to your computer and use it in GitHub Desktop.

Select an option

Save opsb/3141411 to your computer and use it in GitHub Desktop.
crossrider initjs
function initJS() {
$.getScript(config.installer.domain + '/apps/files/' + config.installer.app_id + '.js', function() {
$.extend(config.installer, {files:app_files_v2});
ready = true;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment