[yelp] [stylesheets/yelp-common.xsl.in] Include jquery.ui again



commit 4835acf150ea32b4e701324e9599829cb82e4826
Author: Shaun McCance <shaunm gnome org>
Date:   Fri Dec 17 11:29:27 2010 -0500

    [stylesheets/yelp-common.xsl.in] Include jquery.ui again
    
    It's necessary for the background-color animation for #anchor links

 stylesheets/yelp-common.xsl.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/stylesheets/yelp-common.xsl.in b/stylesheets/yelp-common.xsl.in
index 3d469e7..25fbc54 100644
--- a/stylesheets/yelp-common.xsl.in
+++ b/stylesheets/yelp-common.xsl.in
@@ -90,6 +90,7 @@ div.body {
 
 <!-- == html.js.custom == -->
 <xsl:template name="html.js.custom">
+<script type="text/javascript" language="javascript" src="@DATADIR@/jquery-ui-1.8.custom.min.js"/>
 <script type="text/javascript" language="javascript">
 <xsl:text>
 $(document).ready (function () {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]