Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7a9b4f5

Browse files
committed
clean up
1 parent 70d1d7b commit 7a9b4f5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

‎js/scrollableTable.js‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ var scrollableTable = function(id, wrapperId) {
1515
$('<thead>').attr("id", "scrollableTableHeader"), $('<tbody>') )
1616
)).prependTo('#'+wrapperId);
1717

18-
// // set listener to adjust height
19-
// $( window ).resize(function() {
20-
// $('.scrollableTableContainer').height( $( window ).height() - removeHeightByPx )
21-
// })
22-
23-
// // adjust height
24-
// $('.scrollableTableContainer').height( $( window ).height() - removeHeightByPx )
25-
2618
$(document).keydown(function(e) {
2719
if (e.key == "ArrowUp") selectPreviousRow()
2820
if (e.key == "ArrowDown") selectNextRow()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /