Commit 1810d16a authored by cygnet's avatar cygnet

chages for edit user page

parent 384e674b
...@@ -79,9 +79,5 @@ ...@@ -79,9 +79,5 @@
Backend.Utils.documentReady(function(){ Backend.Utils.documentReady(function(){
Backend.Roles.init("edit") Backend.Roles.init("edit")
}); });
window.onload = function () {
Backend.Users.windowloadhandler();
};
</script> </script>
@endsection @endsection
\ No newline at end of file
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
@if (count($role->permissions) > 0) @if (count($role->permissions) > 0)
<blockquote class="small"> <blockquote class="small">
@foreach ($role->permissions as $perm) @foreach ($role->permissions as $perm)
{{$perm->display_name}} {{$perm->display_name}}<br/>
@endforeach @endforeach
</blockquote> </blockquote>
@else @else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment