X's replaced with ×
This commit is contained in:
		| @@ -260,7 +260,7 @@ function generateHeaderTable(headers){ | ||||
|                     '<input type="text" name="headerKey" placeholder="key" class="tableField textField-key" value="' + keys[i] + '"/></td>' + | ||||
|                 '<td>' + | ||||
|                     '<input type="text" name="headerValue" placeholder="value" class="tableField" value="' + values[i] + '"/></td>' + | ||||
|             '<td class="btn-function-table btn-table-remove" onclick="removeRow(' + htable_row + ')">X</td>' + | ||||
|             '<td class="btn-function-table btn-table-remove" onclick="removeRow(' + htable_row + ')">×</td>' + | ||||
|             '</tr>'; | ||||
|         htable_row++; | ||||
|     } | ||||
| @@ -358,7 +358,7 @@ function generateMessageTileHtml(id, httpStatus, mediaType){ | ||||
|     var innerHTML = '<div class="menuItem" id="item_' + id + '" onclick="callLoadMessage('+ id +')">' + | ||||
|         '<table><tr><td>Id: '+ id +'</td></tr>' + | ||||
|         '<tr><td>Http-status: '+ httpStatus +'</td></tr>' + | ||||
|         '</table></div><div class="btn-del-MenuItem" onclick="callRemoveMessage(' + id + ')">X</div>' + | ||||
|         '</table></div><div class="btn-del-MenuItem" onclick="callRemoveMessage(' + id + ')">×</div>' + | ||||
|         '<div style="clear: both;"></div>'; | ||||
|     return innerHTML; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user