Skip to content

Instantly share code, notes, and snippets.

@mileszs
Created March 16, 2009 18:53
Show Gist options
  • Select an option

  • Save mileszs/80004 to your computer and use it in GitHub Desktop.

Select an option

Save mileszs/80004 to your computer and use it in GitHub Desktop.
var Organizations = {
setupAll: function() {
var section = Global.url_array[Global.url_array.length -1];
if (Global.url_array.length > 4 && !(parseInt(section))) {
console.log('before doSetupShow');
// Organizations.doSetupShow();
console.log('after doSetupShow');
}
setupOrgChooser('sidebar_organization_name', 'sidebar_organization_list', 'sidebar_org_id', 'sidebar_fullsearch', Application.goToOrganization);
IntranetForms.setupForm();
Organizations.setupPeopleSearch();
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment