Replaced Moment with Carbon #84
2 changed files with 2 additions and 8 deletions
|
@ -200,11 +200,11 @@ export default class SettingsIndex {
|
|||
.then(r => {
|
||||
if (type == 'avatar-upload') {
|
||||
notify.alert(r.message, true);
|
||||
document.querySelector('[role="avatar"]').style.background =
|
||||
document.querySelector('.avatar').style.background =
|
||||
'url(' + r.filePath + ') no-repeat center center / cover';
|
||||
} else {
|
||||
notify.alert(r.message, true);
|
||||
document.querySelector('[role="background"]').style.background =
|
||||
document.querySelector('.background').style.background =
|
||||
'url(' + r.filePath + ') no-repeat center center / cover';
|
||||
}
|
||||
})
|
||||
|
|
|
@ -30,12 +30,6 @@
|
|||
</div>
|
||||
@endif
|
||||
</header>
|
||||
@if(session('message'))
|
||||
<div class="system-notice-message" role="status">
|
||||
{!! session('message') !!}
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<main>
|
||||
@spaceless
|
||||
@section('main-content')
|
||||
|
|
Loading…
Add table
Reference in a new issue