diff --git a/index.html b/index.html index 7eb0fd4..9f253df 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,8 @@

Index

$("#i_summary").attr("src","oak_summary.html"); }) $("#beech").click(function(){ - + $("#i_content").attr("src","beech_content.html"); + $("#i_summary").attr("src","beech_summary.html"); })