Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.79 and 1.1075.2.80

version 1.1075.2.79, 2014/06/22 13:31:52 version 1.1075.2.80, 2014/06/24 00:31:38
Line 7721  var modalWindow = { Line 7721  var modalWindow = {
  modalWindow.windowId = "myModal";   modalWindow.windowId = "myModal";
  modalWindow.width = width;   modalWindow.width = width;
  modalWindow.height = height;   modalWindow.height = height;
  modalWindow.content = "<iframe width='"+width+"' height='"+height+"' frameborder='0' scrolling='"+scrolling+"' allowtransparency='"+transparency+"' src='" + source + "' style='"+style+"'>&lt/iframe>";   modalWindow.content = "<iframe width='"+width+"' height='"+height+"' frameborder='0' scrolling='"+scrolling+"' allowtransparency='"+transparency+"' src='" + source + "' style='"+style+"'></iframe>";
  modalWindow.open();   modalWindow.open();
  };   };
 // END LON-CAPA Internal -->  // END LON-CAPA Internal -->

Removed from v.1.1075.2.79  
changed lines
  Added in v.1.1075.2.80


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