Skip to content

Commit

Permalink
small clarification on the refresh method
Browse files Browse the repository at this point in the history
  • Loading branch information
GramThanos committed Dec 12, 2023
1 parent 63981ad commit 04e2ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@

<div class="section-subtitle" id="javascript-method-refresh">.refresh() <span class="version-tag" title="Added on version 1.2">v1.2</span></div>
<div class="wrapper-left">
<p>Refreshes the calendar, updating the HTML of the calendar (mainly for developers). If a <a href="#javascript-calendar-date">date</a> is provided, the calendar will refresh to that date (exactly like the <a href="javascript-method-goto">goto</a> method).</p><br>
<p>Refreshes the calendar based on the background information of the library, updating the HTML of the calendar (mainly for developers). If a <a href="#javascript-calendar-date">date</a> is provided, the calendar will refresh to that date (exactly like the <a href="javascript-method-goto">goto</a> method).</p><br>
<p>API syntax</p>
<table>
<tr><td>Syntax 1</td><td>.refresh()</td></tr>
Expand Down

0 comments on commit 04e2ac0

Please sign in to comment.