From d3982ec72b255876db00825605d1d5aae0bc313e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:43 +0200 Subject: tagging ychat-0.7.7.1 --- html/input.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'html/input.html') diff --git a/html/input.html b/html/input.html index 3a9b564..31ed9fe 100755 --- a/html/input.html +++ b/html/input.html @@ -26,6 +26,13 @@ var top = (screen.availHeight-height)/2; var win = window.open(site,"_blank","width="+width+",height="+height+",left="+left+",top="+top+",scrollbars=yes"); } + function chgscroll(f) + { + if(f.checked) + parent.stream.autoscroll(); + else + parent.stream.stopscroll(); + } //--> @@ -40,8 +47,11 @@ Colors Options Help + Users Admin Logout + Scrolling: + -- cgit v1.2.3