Skip to content

Instantly share code, notes, and snippets.

@betobaz
Created March 24, 2012 15:56
Show Gist options
  • Save betobaz/2184553 to your computer and use it in GitHub Desktop.
Save betobaz/2184553 to your computer and use it in GitHub Desktop.
codigo para pasar la comprobación de archivos al actualizar sugar crm
handleUploadCheck('systemCheck', true);
if(!true) return;
upgradeP('systemCheck', false);
document.getElementById('form').step.value='2';
handlePreflight('systemCheck');
document.getElementById('form').submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment