Plugin Directory

Changeset 1700887


Ignore:
Timestamp:
07/22/2017 08:26:45 PM (9 years ago)
Author:
john ackers
Message:

fix reveal friends form

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ecampaign/branches/maintenance/public.js

    r469085 r1700887  
    357357    else
    358358      nextForm = jQuery(response.selector);
    359     nextForm.show('slow');                // the friends form is enabled, now show it
     359//    nextForm.show('slow');                // the friends form is enabled, now show it
     360      nextForm.removeClass('hidden');       // ja 23-nov-2015
    360361  }
    361362};
Note: See TracChangeset for help on using the changeset viewer.