Added terribl's suggestion.

This commit is contained in:
Brian Davenport 2013-05-19 15:44:19 +00:00
parent 4dc9271ee0
commit e1a06656d5

View file

@ -125,7 +125,7 @@ function refreshSelectedInfo() {
function refreshTableInfo() {
var html = '<table id="tableinfo" width="100%">';
html += '<thead style="background-color: #CCCCCC;">';
html += '<thead style="background-color: #CCCCCC; cursor: pointer;">';
html += '<td onclick="setASC_DESC(\'0\');sortTable(\'tableinfo\',\'0\');">hex</td>';
html += '<td onclick="setASC_DESC(\'1\');sortTable(\'tableinfo\',\'1\');">Flight</td>';
html += '<td onclick="setASC_DESC(\'2\');sortTable(\'tableinfo\',\'2\');" align="right">Squawk</td>';