Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 810b008

Browse files
Merge pull request #255 from appwrite/fix-version-controls
Fix Version Controls
2 parents 68bfe75 + c3c6ac5 commit 810b008

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/views/docs/service.phtml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ $paramSDK = (!empty($sdk)) ? '?sdk='.$sdk : '';
176176
<form class="pull-end desktops-only" onchange="this.submit()"
177177
method="get" action="/docs/<?php echo $this->escape($family); ?>/<?php echo $serviceName; ?>">
178178

179+
<input type="hidden" name="sdk" value="<?php echo $this->escape($sdk); ?>" />
180+
179181
<select class="choose-platform" name="v">
180182
<?php foreach ($versions as $key => $value):
181183
$name = (isset($value['name'])) ? $value['name'] : '';

0 commit comments

Comments
 (0)