Revision: 22162
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 4, 2010 15:14 by loric
Initial Code
var $buoop = {}
$buoop.ol = window.onload;
window.onload=function(){
if ($buoop.ol) $buoop.ol();
var e = document.createElement("script");
e.setAttribute("type", "text/javascript");
e.setAttribute("src", "http://browser-update.org/update.js");
document.body.appendChild(e);
}
Initial URL
Initial Description
Initial Title
IE6 browser warning
Initial Tags
textmate, browser, ie6
Initial Language
Other