Created
July 19, 2012 07:43
-
-
Save opsb/3141411 to your computer and use it in GitHub Desktop.
crossrider initjs
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
| 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