Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
Got rid of target="_self" on 'next section' links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pearl Chen committed Sep 9, 2012
1 parent c940f69 commit f492076
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h3 style="margin-top: 1em;">Homestretch</h3>

<!-- SLIDE: Next section -->
<article class='slide slide-list'>
<p class="centered vertically_centered"><a href="tech_overview.html" target="_self"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
<p class="centered vertically_centered"><a href="tech_overview.html"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
</article>

<!-- **************************************** -->
Expand Down
2 changes: 1 addition & 1 deletion jquery-indepth.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h2>jQuery: Demo</h2>

<!-- SLIDE: Next section -->
<article class='slide slide-list'>
<p class="centered vertically_centered"><a href="resources.html" target="_self"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
<p class="centered vertically_centered"><a href="resources.html"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
</article>

<!-- **************************************** -->
Expand Down
2 changes: 1 addition & 1 deletion js_arrays_loops.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ <h2>Mini-exercise #6 (10-15 minutes)</h2>

<!-- SLIDE: Next section -->
<article class='slide slide-list'>
<p class="centered vertically_centered"><a href="jquery-indepth.html" target="_self"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
<p class="centered vertically_centered"><a href="jquery-indepth.html"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
</article>

<!-- **************************************** -->
Expand Down
2 changes: 1 addition & 1 deletion js_conditionals.html
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ <h2><div class="smaller">Mini-exercise (15-20 minutes)</div>

<!-- SLIDE: Next section -->
<article class='slide slide-list'>
<p class="centered vertically_centered"><a href="js_objects.html" target="_self"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
<p class="centered vertically_centered"><a href="js_objects.html"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
</article>

<!-- **************************************** -->
Expand Down
2 changes: 1 addition & 1 deletion js_debugging.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2>Inspecting the DOM</h2>

<!-- SLIDE: Next section -->
<article class='slide slide-list'>
<p class="centered vertically_centered"><a href="jquery-indepth.html" target="_self"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
<p class="centered vertically_centered"><a href="jquery-indepth.html"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
</article>

</div>
Expand Down
2 changes: 1 addition & 1 deletion js_dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ <h2>Inspecting the DOM</h2>

<!-- SLIDE: Next section -->
<article class='slide slide-list'>
<p class="centered vertically_centered"><a href="jquery-indepth.html" target="_self"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
<p class="centered vertically_centered"><a href="jquery-indepth.html"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
</article>

</div>
Expand Down
2 changes: 1 addition & 1 deletion js_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ <h2>Review: Functions and Parameters</h2>

<!-- SLIDE: Next section -->
<article class='slide slide-list'>
<p class="centered vertically_centered"><a href="lunch_break.html" target="_self"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
<p class="centered vertically_centered"><a href="lunch_break.html"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
</article>

<!-- **************************************** -->
Expand Down
2 changes: 1 addition & 1 deletion js_objects.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ <h2>Looking up properties and references</h2>

<!-- SLIDE: Next section -->
<article class='slide slide-list'>
<p class="centered vertically_centered"><a href="js_dom.html" target="_self"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
<p class="centered vertically_centered"><a href="js_dom.html"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
</article>

<!-- **************************************** -->
Expand Down
2 changes: 1 addition & 1 deletion js_quick_start.html
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ <h2>Concatenation in action (results)</h2>

<!-- SLIDE: Next section -->
<article class='slide slide-list'>
<p class="centered vertically_centered"><a href="js_functions.html" target="_self"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
<p class="centered vertically_centered"><a href="js_functions.html"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
</article>

<!-- **************************************** -->
Expand Down
2 changes: 1 addition & 1 deletion lunch_break.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1>Now Back To Your Regularly Programmed Workshop...</h1>

<!-- SLIDE: Next section -->
<article class='slide slide-list'>
<p class="centered vertically_centered"><a href="js_conditionals.html" target="_self"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
<p class="centered vertically_centered"><a href="js_conditionals.html"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
</article>

<!-- **************************************** -->
Expand Down
2 changes: 1 addition & 1 deletion tech_overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ <h3>JavaScript helps make very nice websites!</h3>

<!-- SLIDE: Next section -->
<article class='slide slide-list'>
<p class="centered vertically_centered"><a href="js_quick_start.html" target="_self"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
<p class="centered vertically_centered"><a href="js_quick_start.html"><img src="assets/next_section_icon.gif" width="230" height="70" alt="Click to go to next section" /></a></p>
</article>


Expand Down

0 comments on commit f492076

Please sign in to comment.