Changeset 2206935
- Timestamp:
- 12/06/2019 02:54:06 AM (6 years ago)
- Location:
- max-grid/trunk/assets
- Files:
-
- 2 edited
-
admin/class-settings-page.php (modified) (1 diff)
-
common/lightbox/lightbox.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
max-grid/trunk/assets/admin/class-settings-page.php
r2120439 r2206935 274 274 </div> 275 275 <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: €2 5</a>276 <a href="<?php echo MAXGRID_SITE_HOME_PAGE;?>/max-grid-youtube-stream-add-on/" class="addons-button" target="_blank">From: €29</a> 277 277 </div> 278 278 </div> -
max-grid/trunk/assets/common/lightbox/lightbox.js
r2118339 r2206935 463 463 setTimeout(function(){ 464 464 $(".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 466 470 }, 550); 467 471 $('#maxgrid_lightbox_modal, .playlist-search-bar, .playlist-slider_container').addClass('slideshow-visible');
Note: See TracChangeset
for help on using the changeset viewer.