We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cbb4c commit d89c1a3Copy full SHA for d89c1a3
work/www/anc_home.htm
@@ -49,7 +49,7 @@
49
((upgrade_div!=null && styleflag==1) ? upgrade_div.style.display="inline" : upgrade_div.style.display="none");
50
if(upgrade_div!=null && upgrade_div.style.display!="none") {
51
var width=top.document.documentElement.clientWidth;
52
- var left=450;
+ var left=475;
53
var free_width=width-left-181;
54
var info_width=358;
55
if(free_width>info_width ) {
0 commit comments