]> git.openstreetmap.org Git - osqa.git/commitdiff
OSQA-363
authorqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 28 Jun 2010 14:55:58 +0000 (14:55 +0000)
committerqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 28 Jun 2010 14:55:58 +0000 (14:55 +0000)
page/home on the static content page is now displayed as http://www.site.com/page/home

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@461 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/media/js/osqa.admin.js

index cce64a5daa6acb962e69a2099fd48bffdd1a850a..b7e6a1c2395462fc40466577bd44860cb79e9eb3 100644 (file)
@@ -48,7 +48,7 @@ $(function() {
         var app_url = $anchor.attr('href');\r
 \r
         function rewrite_anchor() {\r
         var app_url = $anchor.attr('href');\r
 \r
         function rewrite_anchor() {\r
-            var val = app_url + $input.val();\r
+            var val = app_url + '/' +  $input.val();\r
 \r
             $anchor.attr('href', val);\r
             $anchor.html(val);\r
 \r
             $anchor.attr('href', val);\r
             $anchor.html(val);\r