diff options
Diffstat (limited to 'tools/preload/sorttable.js')
-rw-r--r-- | tools/preload/sorttable.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/preload/sorttable.js b/tools/preload/sorttable.js index f03859e..25bccb2 100644 --- a/tools/preload/sorttable.js +++ b/tools/preload/sorttable.js @@ -6,7 +6,7 @@ Instructions: Download this file - Add <script src="sorttable.js"> to your HTML + Add <script src="sorttable.js"></script> to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort @@ -88,7 +88,6 @@ sorttable = { } // make it clickable to sort headrow[i].sorttable_columnindex = i; - headrow[i].style.cursor = "pointer"; headrow[i].sorttable_tbody = table.tBodies[0]; dean_addEvent(headrow[i],"click", function(e) { |