Changeset 10614


Ignore:
Timestamp:
10 Sep 2013, 18:32:11 (11 years ago)
Author:
uli
Message:

Omit protocol from URLs. This seems to work at least on firefox.

Location:
main/waeup.cas/trunk/waeup/cas/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/waeup/cas/templates/part_footer.tpl

    r10609 r10614  
    11    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    2     <script src="http://code.jquery.com/jquery.js"></script>
     2    <script src="//code.jquery.com/jquery.js"></script>
    33    <!-- Latest compiled and minified JavaScript -->
    44    <script
    5        src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
     5       src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
    66
  • main/waeup.cas/trunk/waeup/cas/templates/part_header.tpl

    r10609 r10614  
    55    <link
    66       rel="stylesheet"
    7        href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
     7       href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
    88    <!-- Optional theme -->
    99    <link
    1010       rel="stylesheet"
    11        href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
     11       href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
    1212
    1313    <link rel="stylesheet" href="/style.css">
     
    1515         and media queries -->
    1616    <!--[if lt IE 9]>
    17       <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
     17      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    1818    <![endif]-->
Note: See TracChangeset for help on using the changeset viewer.