Removed test for IE as we don't use the result anymore.
This commit is contained in:
parent
4a93c5de4b
commit
972363baf6
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue