We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5273ec8 commit bd53802Copy full SHA for bd53802
themes/api.jqueryui.com/index.php
@@ -12,6 +12,7 @@
12
$latestVersion = key( $versions );
13
$thisVersion = explode( "/", JQUERY_LIVE_SITE );
14
$thisVersion = $thisVersion[1];
15
+ $rootUrl = $thisVersion === $latestVersion ? '' : "/$thisVersion";
16
?>
17
18
<div class="content-right twelve columns">
@@ -29,7 +30,7 @@
29
30
to find out more about upgrading.</p>
31
32
<p>To get started, use the search at the top of the page, view the
- <a href="/category/all/">full listing of entries</a>, or browse by
33
+ <a href="<?php echo "$rootUrl/category/all"; ?>">full listing of entries</a>, or browse by
34
category from the sidebar.</p>
35
36
<p>jQuery UI <?php echo $thisVersion; ?>
0 commit comments