Diff for /loncom/interface/loncommon.pm between versions 1.1195 and 1.1196

version 1.1195, 2014/06/22 13:26:19 version 1.1196, 2014/06/22 19:11:58
Line 7722  var modalWindow = { Line 7722  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.1195  
changed lines
  Added in v.1.1196


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