]> ruin.nu Git - ndwebbie.git/blobdiff - root/lib/site/html.tt2
Update to jquery 1.3.2
[ndwebbie.git] / root / lib / site / html.tt2
index 46b1824009c7bd760b9799421bc1fb0fc2fa5cfa..acea5d6d7b32fbee9c61c3d9a6482e47c5032ce4 100644 (file)
@@ -10,7 +10,7 @@
 [%- END %]
        <link rel="icon" type="image/ico" href="/favicon.ico">
        <script type="text/javascript" src="/static/js/raid.js"></script>
-       <script type="text/javascript" src="/static/js/jquery-1.3.1.min.js"></script>
+       <script type="text/javascript" src="/static/js/jquery-1.3.2.min.js"></script>
 </head>
  <body>
 [% content %]
@@ -19,7 +19,7 @@
 <!--
 $(document).ready(function(){
        $('.hidden').hide();
-       $('a[rel="external"]').click(function() {
+       $('a[rel*="external"]').click(function() {
                window.open( $(this).attr('href') );
                return false;
        });