]> 91.132.146.200 Git - insipid.git/commitdiff
updated changelog and wrong link to the jquery file
authorBanana <banana@starscream.de>
Wed, 15 Feb 2012 13:48:01 +0000 (14:48 +0100)
committerBanana <banana@starscream.de>
Wed, 15 Feb 2012 13:48:01 +0000 (14:48 +0100)
ChangeLog
lib/Insipid/Main.pm

index f6cc58686ed09cf036c891f411368ba343c321c0..9351daac4dd34943fffacc987d0f0a3fb27ffec0 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 version 1.1
     * duplicate / potential match url search
        * older and newer link at the top no working
+       * bug with path to the jquery.js file
 
 version 1.0 ()
 + jumpin.banana
index 52ce984460feca2bd93b2019e6411309274dd0f3..8511bd610a688626dea86f8dbe85a45d772259fe 100755 (executable)
@@ -210,7 +210,7 @@ sub main {
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
            <link rel="alternate" type="application/rss+xml" title="RSS" href="$feed_url$tspec" />
            <link rel="stylesheet" href="$site_url/insipid.css" type="text/css" title="Standard" />
-               <script type="text/javascript" src="lib/js/jquery.js"></script>
+               <script type="text/javascript" src="$site_url/lib/js/jquery.js"></script>
        </head>
        <body marginheight="0" marginwidth="0">
 DOC