Skip to content

Commit

Permalink
Fix instant closing route list.
Browse files Browse the repository at this point in the history
  • Loading branch information
deni64k committed Jun 9, 2012
1 parent 7308b17 commit 9ecb20d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions templates/default/fulldoc/html/js/custom.js
@@ -1,9 +1,3 @@
function routeSearchFrameLinks() {
$('#route_list_link').click(function() {
toggleSearchFrame(this, relpath + 'route_list.html');
});
}

function routeKeyboardShortcuts() {
if (window.top.frames.main) return;
$(document).keypress(function(evt) {
Expand All @@ -17,5 +11,4 @@ function routeKeyboardShortcuts() {
});
}

$(routeSearchFrameLinks);
$(routeKeyboardShortcuts);

0 comments on commit 9ecb20d

Please sign in to comment.