You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/03/11 08:39:59 UTC

svn commit: r1665771 - /isis/site/trunk/templates/isis-template.html

Author: danhaywood
Date: Wed Mar 11 07:39:58 2015
New Revision: 1665771

URL: http://svn.apache.org/r1665771
Log:
new home page WIP

Modified:
    isis/site/trunk/templates/isis-template.html

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1665771&r1=1665770&r2=1665771&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Wed Mar 11 07:39:58 2015
@@ -413,15 +413,12 @@
                   'width=800,height=526');
       };
 
-
-
-
       // When the DOM is ready, run this function
       $(document).ready(function() {
           //Set the carousel options
           $('#quote-carousel').carousel({
               pauseOnHover: true,
-              interval: 1000,
+              interval: 1000
           });
       });
     </script>