Removed test for IE as we don't use the result anymore.

This commit is contained in:
Tom Hughes 2009-06-03 09:18:20 +00:00
parent 4a93c5de4b
commit 972363baf6

View file

@ -61,7 +61,6 @@ zoom='14' if zoom.nil?
var fo = new SWFObject("/potlatch/potlatch.swf?d="+Math.round(Math.random()*1000), "potlatch", "100%", "100%", "6", "#FFFFFF"); var fo = new SWFObject("/potlatch/potlatch.swf?d="+Math.round(Math.random()*1000), "potlatch", "100%", "100%", "6", "#FFFFFF");
// 700,600 for fixed size, 100%,100% for resizable // 700,600 for fixed size, 100%,100% for resizable
var changesaved=true; var changesaved=true;
var winie=false; if (document.all && window.print) { winie=true; }
window.onbeforeunload=function() { window.onbeforeunload=function() {
if (!changesaved) { if (!changesaved) {