Mercurial > hg > digilib-old
changeset 46:cff6aff17bb8
bugfixes and new module
author | luginbue |
---|---|
date | Sun, 07 Jul 2002 18:03:54 +0200 |
parents | e6349a389da2 |
children | 9a3fc958fb43 |
files | client/digitallibrary/navigation_ie.js |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/client/digitallibrary/navigation_ie.js Tue May 21 02:40:45 2002 +0200 +++ b/client/digitallibrary/navigation_ie.js Sun Jul 07 18:03:54 2002 +0200 @@ -166,14 +166,14 @@ function mark(refselect) { - if (att[4].split(";").length > 7) { - alert("Only 8 marks are possible at the moment!"); - return; - } - document.all.lay1.onmousedown = function() { var point = new Point(event); + if (att[4].split(";").length > 7) { + alert("Only 8 marks are possible at the moment!"); + return; + } + if ((att[4] != "") && (att[4] != "0/0")) { att[4] += ";"; } else { @@ -182,7 +182,7 @@ att[4] += point.relX + "/" + point.relY; - document.all.lay1.cancleBubble = true; + document.all.lay1.onmousedown = function() {} setMarks(); }