Skip to content

Commit

Permalink
remove role section.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmueller committed Feb 2, 2025
1 parent c38901e commit cd45369
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions mason/index_logged_in_user.mas
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ $editable_stock_props => {}

<h3>Welcome back <% $first_name %>!</h3>

<table id="manage_user_role_table" class="table table-bordered" width="100%" >
<!-- table id="manage_user_role_table" class="table table-bordered" width="100%" >
<thead>
<tr><th>User</th><th>Your currently assigned roles</th></tr>

</thead>
<tbody>
</tbody>
</table>
</table -->

<&| /page/info_section.mas, title => "<b><font size=\"3\">Continue where you left off</font></b>", collapsible => 1, collapsed => 1 &>

Expand Down Expand Up @@ -111,11 +111,11 @@ Interval:&nbsp;
'columns': [{ width: '680px'}, null ],
});

jQuery('#manage_user_role_table').DataTable( {
ajax : '/ajax/roles/list/<% $sp_person_id %>',
searching: false,
paging: false,
});
// jQuery('#manage_user_role_table').DataTable( {
// ajax : '/ajax/roles/list/<% $sp_person_id %>',
// searching: false,
// paging: false,
// });

}

Expand Down

0 comments on commit cd45369

Please sign in to comment.