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());});