changed chapter titles
This commit is contained in:
parent
cf1fe2d3d8
commit
e617b20f9e
1 changed files with 6 additions and 6 deletions
|
|
@ -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());});
|
||||
|
|
|
|||
Loading…
Reference in a new issue