Plugin Directory

Changeset 2206935


Ignore:
Timestamp:
12/06/2019 02:54:06 AM (6 years ago)
Author:
wpemaker
Message:

simple correction

Location:
max-grid/trunk/assets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • max-grid/trunk/assets/admin/class-settings-page.php

    r2120439 r2206935  
    274274                            </div>
    275275                            <div class="plugin-card-bottom">
    276                                 <a href="<?php echo MAXGRID_SITE_HOME_PAGE;?>/max-grid-youtube-stream-add-on/" class="addons-button" target="_blank">From: €25</a>
     276                                <a href="<?php echo MAXGRID_SITE_HOME_PAGE;?>/max-grid-youtube-stream-add-on/" class="addons-button" target="_blank">From: €29</a>
    277277                            </div>
    278278                        </div>
  • max-grid/trunk/assets/common/lightbox/lightbox.js

    r2118339 r2206935  
    463463                            setTimeout(function(){
    464464                                $(".playlist-slider_container").getNiceScroll().show().resize();
    465                                 $('.li-post-thumb.active')[0].scrollIntoView();
     465                               
     466                                if($('.li-post-thumb.active').length > 0) {
     467                                    $('.li-post-thumb.active')[0].scrollIntoView();
     468                                }
     469                                   
    466470                            }, 550);                           
    467471                            $('#maxgrid_lightbox_modal, .playlist-search-bar, .playlist-slider_container').addClass('slideshow-visible');
Note: See TracChangeset for help on using the changeset viewer.