*/
screenChange=function(){
$("#main-content").html("");
+ $("#main-content").removeAttr("data-bind");
clearUserMessages();
}
displayRolesGrid = function(){
- $("#user-messages").html("");
- $("#main-content").removeAttr("data-bind");
+ screenChange();
$("#main-content").html(mediumSpinnerImg());
window.redbackModel.rolesViewModel = new RolesViewModel();
window.redbackModel.rolesViewModel.loadRoles();