mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-04 15:12:23 -05:00
Fix missing css tag for text color.
This commit is contained in:
parent
e7f7167567
commit
7d3382dc07
@ -51,7 +51,7 @@ $(document).ready(function () {
|
||||
},
|
||||
success: function (data) {
|
||||
var firstResult = true;
|
||||
var resultStr = '<fieldset>\n<legend>Search Results:</legend>\n';
|
||||
var resultStr = '<fieldset>\n<legend class="legendStep">Search Results:</legend>\n';
|
||||
var checked = '';
|
||||
|
||||
if (data.results.length === 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user