Skip to content

Commit fde0161

Browse files
committed
jqueryui.com: Trailing slash on demo nav
1 parent edd1f95 commit fde0161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/js/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ $(function() {
357357
demo = parts[ 4 ].substring( 0, parts[ 4 ].length - 5 );
358358

359359
if ( demoList.is( "[data-full-nav]" ) ) {
360-
window.location = "/" + (demo === "default" ? plugin : demo);
360+
window.location = "/" + (demo === "default" ? plugin : demo) + "/";
361361
return;
362362
}
363363

0 commit comments

Comments
 (0)