Skip to content

Commit

Permalink
core/gui/home: rigth-moved upgrade div notification a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
negan07 committed Mar 31, 2019
1 parent 09cbb4c commit d89c1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion work/www/anc_home.htm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
((upgrade_div!=null && styleflag==1) ? upgrade_div.style.display="inline" : upgrade_div.style.display="none");
if(upgrade_div!=null && upgrade_div.style.display!="none") {
var width=top.document.documentElement.clientWidth;
var left=450;
var left=475;
var free_width=width-left-181;
var info_width=358;
if(free_width>info_width ) {
Expand Down

0 comments on commit d89c1a3

Please sign in to comment.