Author: buildbot
Date: Tue Apr  7 18:17:25 2015
New Revision: 946688

Log:
Staging update by buildbot for flex

Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)
    websites/staging/flex/trunk/content/js/showcase.js

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr  7 18:17:25 2015
@@ -1 +1 @@
-1671907
+1671908

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr  7 18:17:25 2015
@@ -1 +1 @@
-1671907
+1671908

Modified: websites/staging/flex/trunk/content/js/showcase.js
==============================================================================
--- websites/staging/flex/trunk/content/js/showcase.js (original)
+++ websites/staging/flex/trunk/content/js/showcase.js Tue Apr  7 18:17:25 2015
@@ -16,7 +16,7 @@ function addShowcaseEntry(props) {
     var i;
 
     // TITLE
-    var entry = '<a href="' + props.index + '"><div class="headline"><h4>' + 
props.title + '</h4></div></a>' +
+    var entry = '<a href="#' + 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>';


Reply via email to