Javascript : small error

This commit is contained in:
Dany De Bontridder 2017-11-04 11:06:38 +01:00
parent 11f8a94c94
commit b7453dff9d

View file

@ -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');