From e617b20f9e16da936bd8aa3268b10d795e848c40 Mon Sep 17 00:00:00 2001 From: Carsten Burgard Date: Sun, 5 Aug 2012 10:53:04 +0200 Subject: [PATCH] changed chapter titles --- js/javascript.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/js/javascript.js b/js/javascript.js index 3fcd2e8..7aded0c 100644 --- a/js/javascript.js +++ b/js/javascript.js @@ -1,12 +1,12 @@ function load_slides() { var filelist = [ "What is the world made of", - "Strong interactions" /*, - "The Electromagnetic Interaction", - "Nuclear decay and the weak interaction", - "The Three Generations of Matter", - "The Higgs", - "Antimatter"*/ + "The strong interaction", + "The electromagnetic interaction", + "The weak interaction", + "Three Generations", + "Antimatter", + "The Higgs" ]; //$(filelist).each(function(){alert($(this).html());});