Skip to content

Instantly share code, notes, and snippets.

@akhileshnirapure
Created April 24, 2014 11:43
Show Gist options
  • Save akhileshnirapure/11251510 to your computer and use it in GitHub Desktop.
Save akhileshnirapure/11251510 to your computer and use it in GitHub Desktop.
var startModule = function (jQuery,userInfoWeb,userInfoProfile) {
function ShowUserName() {
userInfoWeb.getUserName();
userInfoProfile.getUserName();
};
SP.SOD.loadMultiple(['sp.js', 'userprofile'], ShowUserName);
};
define(['jquery', 'ui_web', 'ui_profile'], startModule);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment