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() {
|
function load_slides() {
|
||||||
var filelist = [
|
var filelist = [
|
||||||
"What is the world made of",
|
"What is the world made of",
|
||||||
"Strong interactions" /*,
|
"The strong interaction",
|
||||||
"The Electromagnetic Interaction",
|
"The electromagnetic interaction",
|
||||||
"Nuclear decay and the weak interaction",
|
"The weak interaction",
|
||||||
"The Three Generations of Matter",
|
"Three Generations",
|
||||||
"The Higgs",
|
"Antimatter",
|
||||||
"Antimatter"*/
|
"The Higgs"
|
||||||
];
|
];
|
||||||
|
|
||||||
//$(filelist).each(function(){alert($(this).html());});
|
//$(filelist).each(function(){alert($(this).html());});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue