Ignore:
Timestamp:
24 Feb 2014, 12:17:20 (11 years ago)
Author:
Henrik Bettermann
Message:
  • Use only https in theme.html.
Location:
main/waeup.aaue/trunk
Files:
2 edited

Legend:

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

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

    r11291 r11408  
    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.