Ignore:
Timestamp:
Nov 3, 2012, 7:42:59 AM (11 years ago)
Author:
rvelices
Message:

rv_tscroller hide navigation bar earlier (instead of async script loading) to avoid visible reflows on slow browsers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_tscroller/main.inc.php

    r17505 r18904  
    33Version: 2.4.a
    44Plugin URI: http://piwigo.org/ext/extension_view.php?eid=493
    5 Description: Loads async using ajax thumbnails on index page as you scroll down the page
     5Description: Infinite scroll - loads thumbnails on index page as you scroll down the page
    66Author: rvelices
    77Author URI: http://www.modusoptimus.com
     
    103103prevMsg: '".l10n("Previous")."',
    104104ajaxLoaderImage: '$ajax_loader_image'
    105 };");
     105};
     106jQuery('.navigationBar').hide();");
    106107        return $thumbs;
    107108}
Note: See TracChangeset for help on using the changeset viewer.