From 972363baf6688f82ba3b7aa8d54a4747b5f290a2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 3 Jun 2009 09:18:20 +0000 Subject: [PATCH 1/1] Removed test for IE as we don't use the result anymore. --- app/views/site/edit.rhtml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/site/edit.rhtml b/app/views/site/edit.rhtml index ccec7a022..8c8ea9df5 100644 --- a/app/views/site/edit.rhtml +++ b/app/views/site/edit.rhtml @@ -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"); // 700,600 for fixed size, 100%,100% for resizable var changesaved=true; - var winie=false; if (document.all && window.print) { winie=true; } window.onbeforeunload=function() { if (!changesaved) { -- 2.43.2