Diff for /loncom/html/htmlarea/Attic/htmlarea.js between versions 1.1 and 1.2

version 1.1, 2004/02/18 08:07:15 version 1.2, 2004/06/01 22:37:37
Line 1346  HTMLArea._object = null; Line 1346  HTMLArea._object = null;
 HTMLArea.checkSupportedBrowser = function() {  HTMLArea.checkSupportedBrowser = function() {
  if (HTMLArea.is_gecko) {   if (HTMLArea.is_gecko) {
  if (navigator.productSub < 20021201) {   if (navigator.productSub < 20021201) {
  alert("You need at least Mozilla-1.3 Alpha.\n" +   window.status="You need at least Mozilla-1.3 Alpha. " +
       "Sorry, your Gecko is not supported.");        "Sorry, your Gecko is not supported.";
  return false;   return false;
  }   }
  if (navigator.productSub < 20030210) {   if (navigator.productSub < 20030210) {
  alert("Mozilla < 1.3 Beta is not supported!\n" +   window.status="Mozilla < 1.3 Beta is not supported! " +
       "I'll try, though, but it might not work.");        "I'll try, though, but it might not work.";
  }   }
  }   }
  return HTMLArea.is_gecko || HTMLArea.is_ie;   return HTMLArea.is_gecko || HTMLArea.is_ie;

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>