& -> &
This commit is contained in:
parent
0ac90d7c0f
commit
9ad767bd22
1 changed files with 2 additions and 2 deletions
|
@ -305,12 +305,12 @@ public void <B>historyUpdate</B>(<A HREF="../../calpa/html/CalHTMLPane.html">Cal
|
|||
<code>if (position == CalCons.AT_HISTORY_MIDDLE) { <BR>
|
||||
//...enable both the 'back' and 'forward' buttons <BR>
|
||||
} else { <BR>
|
||||
if ((position & CalCons.AT_HISTORY_TOP) > 0) { <BR>
|
||||
if ((position & CalCons.AT_HISTORY_TOP) > 0) { <BR>
|
||||
//...disable the 'forward' button <BR>
|
||||
} else { <BR>
|
||||
//...enable the 'forward' button <BR>
|
||||
} <BR>
|
||||
if ((position & CalCons.AT_HISTORY_BOTTOM) > 0) { <BR>
|
||||
if ((position & CalCons.AT_HISTORY_BOTTOM) > 0) { <BR>
|
||||
//...disable the 'back' button <BR>
|
||||
} else { <BR>
|
||||
//...enable the 'back' button <BR>
|
||||
|
|
Loading…
Reference in a new issue