mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
fixed an issue where the issues text appears larger
This commit is contained in:
parent
3393811717
commit
a5dc3253d7
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ $(document).on("click", ".clear", function (e) {
|
|||
|
||||
if (checkJsonResponse(response)) {
|
||||
generateNotify("Success! Issues Cleared.", "info");
|
||||
$('#issueArea').html("<p>Issue: None</p>");
|
||||
$('#issueArea').html("<div>Issue: None</div>");
|
||||
}
|
||||
},
|
||||
error: function (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue