Author: mamsellem
Date: Mon Dec 16 23:31:52 2013
New Revision: 1551401

URL: http://svn.apache.org/r1551401
Log:
IN PROGRESS - FLEX-33907 Showcase section in web site
balance feature boxes (try #3)
try#2 javascript generated showcase entries

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=1551401&r1=1551400&r2=1551401&view=diff
==============================================================================
--- flex/site/trunk/content/js/showcase.js (original)
+++ flex/site/trunk/content/js/showcase.js Mon Dec 16 23:31:52 2013
@@ -59,8 +59,8 @@ alert("showcase2.js");
 
 }
 
-function addShowCaseEntries() {
-
+/* init entries **/
+$(document).ready(function () {
     addShowcaseEntry({
         title: 'bCommunities',
         description: 'Test descriptui',
@@ -69,6 +69,4 @@ function addShowCaseEntries() {
         video: "http://youtube.com";,
         images: [ "Communications Inbox" , "Directory - Company Level" ]
     });
-
-
-}
\ No newline at end of file
+});


Reply via email to