Changeset 11430


Ignore:
Timestamp:
24 Feb 2014, 13:19:36 (11 years ago)
Author:
Henrik Bettermann
Message:

Use only https in theme.html.

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

Legend:

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

    r11386 r11430  
    55=====================
    66
     7* Use only https in theme.html.
     8
    79* INSTALL.txt updated and integrated into Sphinx documentation.
    8   Redundancies removed in docs.
     10
     11* Redundancies removed in docs.
    912
    1013
  • main/waeup.kofa/trunk/layout/theme.html

    r11254 r11430  
    511511    </div> <!-- /container -->
    512512
    513     <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
     513    <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
    514514    <script src="static/bootstrap/js/bootstrap.min.js"></script>
    515515    <script src="static/js/kofa-tooltip.js"></script>
Note: See TracChangeset for help on using the changeset viewer.