Ignore:
Timestamp:
24 Feb 2014, 12:18:16 (11 years ago)
Author:
Henrik Bettermann
Message:

Use only https in theme.html.

Location:
main/waeup.kwarapoly/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/CHANGES.txt

    r11391 r11413  
    441.0.1dev (unreleased)
    55=====================
     6
     7* Use only https in theme.html.
    68
    79* Removed sphinx docs.
  • main/waeup.kwarapoly/trunk/layout/theme.html

    r11303 r11413  
    512512    </div> <!-- /container -->
    513513
    514     <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
     514    <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
    515515    <script src="static/bootstrap/js/bootstrap.min.js"></script>
    516516    <script src="static/js/kofa-tooltip.js"></script>
Note: See TracChangeset for help on using the changeset viewer.