Plugin Directory

Changeset 640915


Ignore:
Timestamp:
12/18/2012 03:08:44 AM (13 years ago)
Author:
bgentry
Message:

Fixing one error in 3.1 javascript (line was incorrectly removed)

Location:
easy-faq-with-expanding-text
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-faq-with-expanding-text/tags/3.1/faqmaker.js

    r640889 r640915  
    1111            var padding = parseInt(padding);
    1212            var backgroundpos = Math.round(halftextsize)-10+padding;
     13            jQuery(this).css({'background-position-y': backgroundpos});
    1314            console.log(textsize);
    1415        jQuery(this).click(function(){
  • easy-faq-with-expanding-text/trunk/faqmaker.js

    r640889 r640915  
    1111            var padding = parseInt(padding);
    1212            var backgroundpos = Math.round(halftextsize)-10+padding;
     13            jQuery(this).css({'background-position-y': backgroundpos});
    1314            console.log(textsize);
    1415        jQuery(this).click(function(){
Note: See TracChangeset for help on using the changeset viewer.