Skip to content

Commit

Permalink
Open links window at 0,840 instead of moving it
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwolff committed Feb 22, 2012
1 parent da6c1a3 commit 56c8d9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions linker.html
Expand Up @@ -339,7 +339,6 @@
$('#h-guide').width( $('#background').width() ).show();
var window_width = $('#background').width() + window.scrollBarWidth();
window.resizeTo( window_width, window.screen.availHeight );
lw.moveTo(window_width + 1, 0);
}, 50 );
}, 50 );

Expand Down Expand Up @@ -421,9 +420,8 @@

var win = window.open(
'', 'links_window',
'location=0,status=0,scrollbars=1,width=400,height=800'
'location=0,status=0,scrollbars=1,left=840,width=400,height=800'
);

var d = win.document;

d.writeln( '<style type="text/css" media="screen">' );
Expand Down

0 comments on commit 56c8d9a

Please sign in to comment.