You are viewing a plain text version of this content. The canonical link for it is here.
Posted to marketing@cloudstack.apache.org by Chip Childers <ch...@sungard.com> on 2013/09/28 16:48:05 UTC

Re: svn commit: r1527199 - /cloudstack/site/trunk/templates/skeleton.html

Annnnd...  getting the correct JS helps the nav actually work on mobile
devices.

On Sat, Sep 28, 2013 at 02:44:45PM +0000, chipchilders@apache.org wrote:
> Author: chipchilders
> Date: Sat Sep 28 14:44:44 2013
> New Revision: 1527199
> 
> URL: http://svn.apache.org/r1527199
> Log:
> Switching to latest bootstrap js file via their CDN
> 
> Modified:
>     cloudstack/site/trunk/templates/skeleton.html
> 
> Modified: cloudstack/site/trunk/templates/skeleton.html
> URL: http://svn.apache.org/viewvc/cloudstack/site/trunk/templates/skeleton.html?rev=1527199&r1=1527198&r2=1527199&view=diff
> ==============================================================================
> --- cloudstack/site/trunk/templates/skeleton.html (original)
> +++ cloudstack/site/trunk/templates/skeleton.html Sat Sep 28 14:44:44 2013
> @@ -19,7 +19,7 @@
>      {% if headers.notice %}<!-- {{ headers.notice }} -->{% endif %}
>          <!-- Twitter Bootstrap and jQuery after this line. -->
>          <script src="http://code.jquery.com/jquery-latest.js"></script>
> -        <script src="/js/bootstrap.js"</script>
> +        <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
>          <script>
>              $('.dropdown-toggle').dropdown();
>              $('.nav-collapse').collapse();
> 
> 
>