Skip to content

Commit

Permalink
Update wiki2reveal_header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
niebert authored Sep 15, 2023
1 parent f254fb9 commit f453bea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/wiki2reveal_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ <H2 class="slides" id="headerdemo" style="display:none">
</button>
</td>
<td>
<input type="text" size="80" name="title" id="tTitle" value="Normen, Metriken, Topologie" onchange="update_short_title();update_dom_links()">
<input type="text" size="80" name="title" id="tTitle" value="Normen, Metriken, Topologie" onchange="update_short_title();update_dom_links('header')">
</td>
</tr>
<tr id="trShortTitle" style="display:none">
<td>
<b>Short Title</b>
</td>
<td>
<input type="text" size="60" name="shorttitle" id="tShortTitle" value="" onchange="onchange_short_title(); update_dom_links()">
<input type="text" size="60" name="shorttitle" id="tShortTitle" value="" onchange="onchange_short_title(); update_dom_links('header')">
<br>
Short title can be used if default title exceeds space on RevealJS title slide
</td>
Expand All @@ -115,7 +115,7 @@ <H2 class="slides" id="headerdemo" style="display:none">
</button>
</td>
<td>
<input type="text" size="80" name="author" id="tCourse" value="Kurs:Funktionalanalysis" onchange="update_course_title();update_dom_links()">
<input type="text" size="80" name="author" id="tCourse" value="Kurs:Funktionalanalysis" onchange="update_course_title();update_dom_links('header')">
</td>
</tr>
<tr id="trCourseTitle" style="display:none">
Expand Down

0 comments on commit f453bea

Please sign in to comment.