To participate you must create an account on apostrophenow.com. If you have already done so, click Login.

Changeset 1825

Show
Ignore:
Timestamp:
07/22/2010 07:06:22 PM (7 weeks ago)
Author:
johnnyoffline
Message:

removed visibility:visible from a-controls

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/branches/1.4/web/js/aUI.js

    r1439 r1825  
    7878        $('.a-nav .a-archived-page').fadeTo(0,.5); // Archived Page Labels 
    7979 
    80         // // New Slot Box 
    81         // $('div.a-new-slot').remove(); 
    82         // $('div.a-slots').prepend('<div class="a-new-slot"><p>+ Add Slot</p></div>'); 
    83         // $('ul.a-controls a.a-add-slot').hover(function(){ 
    84         //      var thisArea = $(this).parents('div.a-area'); 
    85         //      thisArea.addClass('over'); 
    86         //      // We could animate this to slide open, or just toggle the visibility using CSS 
    87         //      // thisArea.find('div.a-new-slot').animate({ 
    88         //      //              display: 'block', 
    89         //      //     height: '25px' 
    90         //      //   }, 325, function() { 
    91         //      //        }); 
    92         // },function(){ 
    93         //      var thisArea = $(this).parents('div.a-area'); 
    94         //      thisArea.removeClass('over'); 
    95         //      // thisArea.find('div.a-new-slot').stop(); 
    96         //      // if (!thisArea.hasClass('add-slot-now')) 
    97         //      // { 
    98         //      //      thisArea.find('div.a-new-slot').css({ 
    99         //      //              height:'1px', 
    100         //      //              display:'none', 
    101         //      //      });                      
    102         //      // } 
    103         // }) 
    104  
    105         //aContext Slot / Area Controls Setup 
    10680        $('.a-controls li:last-child').addClass('last'); // Add 'last' Class To Last Option 
    107         $('.a-controls').css('visibility','visible'); // Display Controls After They Have Been Styled 
    10881         
    10982        // You can define this function in your site.js to execute code whenenever apostrophe calls aUI();