You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2015/04/07 20:24:46 UTC

svn commit: r1671912 - /flex/site/trunk/content/js/showcase.js

Author: bigosmallm
Date: Tue Apr  7 18:24:45 2015
New Revision: 1671912

URL: http://svn.apache.org/r1671912
Log:
removed unnecessary /

Modified:
    flex/site/trunk/content/js/showcase.js

Modified: flex/site/trunk/content/js/showcase.js
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/js/showcase.js?rev=1671912&r1=1671911&r2=1671912&view=diff
==============================================================================
--- flex/site/trunk/content/js/showcase.js (original)
+++ flex/site/trunk/content/js/showcase.js Tue Apr  7 18:24:45 2015
@@ -16,7 +16,7 @@ function addShowcaseEntry(props) {
     var i;
 
     // TITLE
-    var entry = '<a href="' + window.location + "/#" + props.index + '"><div class="headline"><h4>' + props.title + '</h4></div></a>' +
+    var entry = '<a href="' + window.location + "#" + props.index + '"><div class="headline"><h4>' + props.title + '</h4></div></a>' +
         ' <ul class="arrow_list">' +
         '<li><span class="sc_header">Summary:</span>&nbsp;&nbsp;' + props.description + '  </li>' +
         '<li><span class="sc_header">Author:</span>&nbsp;&nbsp;' + props.author + ' </li>';