Javascript : small error
This commit is contained in:
parent
11f8a94c94
commit
b7453dff9d
1 changed files with 1 additions and 1 deletions
|
|
@ -2830,7 +2830,7 @@ function logout()
|
|||
*/
|
||||
function create_anchor_up()
|
||||
{
|
||||
if ( $('up_top')) return;
|
||||
if ( document.getElementById('up_top')) return;
|
||||
|
||||
var newElt = new Element('div');
|
||||
newElt.setAttribute('id', 'up_top');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue