]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Remove jQuery, which caused browser warnings (loading http from https).
authorAnders Kaseorg <andersk@mit.edu>
Mon, 11 Jan 2010 03:46:44 +0000 (22:46 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Mon, 11 Jan 2010 03:46:44 +0000 (22:46 -0500)
jQuery was added in commit e8bf5d2fe2879f059ef433abaf7d3a7c858b28a8
but does not seem to have been used anywhere.

If it needs to be added again, please use a protocol-relative URL:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
templates/misc.tmpl
templates/page.tmpl

index c920bdeac6af527cbab39ab39bf635a35a4d6d96..5d58de4cab983f1279598c8838e4c1b0e0684861 100644 (file)
@@ -16,7 +16,6 @@
                <title><TMPL_VAR TITLE></title>
                
                <link rel="stylesheet" type="text/css" href="<TMPL_VAR BASEURL>style.css" />
                <title><TMPL_VAR TITLE></title>
                
                <link rel="stylesheet" type="text/css" href="<TMPL_VAR BASEURL>style.css" />
-               <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
        </head>
        
        <body>
        </head>
        
        <body>
index 0fc13b1de7aecbcde0bab535e84ccd82ed4b0699..9258ad02a75666e018a37a9c108d73ab5467c145 100644 (file)
@@ -17,7 +17,6 @@
                <title><TMPL_VAR TITLE></title>
                
                <link rel="stylesheet" type="text/css" href="<TMPL_VAR BASEURL>style.css" />
                <title><TMPL_VAR TITLE></title>
                
                <link rel="stylesheet" type="text/css" href="<TMPL_VAR BASEURL>style.css" />
-               <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
        </head>
        
        <body>
        </head>
        
        <body>