You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/04/17 05:56:06 UTC

svn commit: r1674200 [1/2] - in /ofbiz/site: index.html js/prototype.js

Author: jleroux
Date: Fri Apr 17 03:56:06 2015
New Revision: 1674200

URL: http://svn.apache.org/r1674200
Log:
Fixes the official Tweeter timeline.
I had to upgrade the prototype version from 1.6.0.3 to 1.7.2
https://twittercommunity.com/t/timeline-widget-stopped-to-show-pictures/30552/12

Modified:
    ofbiz/site/index.html
    ofbiz/site/js/prototype.js

Modified: ofbiz/site/index.html
URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=1674200&r1=1674199&r2=1674200&view=diff
==============================================================================
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Fri Apr 17 03:56:06 2015
@@ -242,8 +242,8 @@
                 <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li>
                 <li><a href="download.html#vulnerabilities">Security</a></li>
             </ul>
-         <a class="twitter-timeline"  href="https://twitter.com/ApacheOfbiz" data-widget-id="588661945194192896">Tweets by @ApacheOfbiz</a>
-         <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+            <a class="twitter-timeline"  width="300" href="https://twitter.com/ApacheOfbiz" data-widget-id="588661945194192896">Tweets by @ApacheOfbiz</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
         </div>
         <!-- sidebar -->
       </div>