Skip to content

Commit

Permalink
version 4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jul 18, 2024
1 parent da1814e commit cbed94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/templates/topbar.mtt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<li ::attr class if (currentApiVersion == "4.0.5") "active" else ""::><a href="/v/4.0.5/">4.0.5</a></li>
<li ::attr class if (currentApiVersion == "4.1.3") "active" else ""::><a href="/v/4.1.3/">4.1.3</a></li>
<li ::attr class if (currentApiVersion == "4.2.5") "active" else ""::><a href="/v/4.2.5/">4.2.5</a></li>
<li ::attr class if (currentApiVersion == "4.3.4") "active" else ""::><a href="/">4.3.4</a></li>
<li ::attr class if (currentApiVersion == "4.3.5") "active" else ""::><a href="/">4.3.5</a></li>
<li><a href="/v/development" ::attr class if (currentApiVersion.indexOf("development") != -1) "active" else ""::>Development</a></li>
</ul>
</li>
Expand Down

0 comments on commit cbed94d

Please sign in to comment.