Display the error message in the message modal correctly.
This commit is contained in:
parent
82b25b50ad
commit
243a0467b0
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ window.App = (function () {
|
|||
'html': response.message
|
||||
})
|
||||
]
|
||||
}).appendTo('#message-box');
|
||||
}).appendTo('#message-modal .modal-body');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue