|
|
@@ -142,7 +142,7 @@
|
|
|
html += '<tr>';
|
|
|
html += ' <th>썸네일 <br>글자 색상</th>';
|
|
|
html += ' <td colspan="3">';
|
|
|
- if(result[i].strVar7='BLACK'){
|
|
|
+ if(result[i].strVar7=='BLACK'){
|
|
|
html += ' <label class="rdoBtn"><input type="radio" name="thumTextColor'+i+'" value="BLACK" checked="checked"/>BLACK</label>';
|
|
|
html += ' <label class="rdoBtn"><input type="radio" name="thumTextColor'+i+'" value="WHITE" />WHITE</label>';
|
|
|
}else{
|