Ignore:
Timestamp:
Feb 22, 2014, 7:38:56 AM (10 years ago)
Author:
rvelices
Message:

tscroller manage browser back button

File:
1 edited

Legend:

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

    r25974 r27448  
    11<?php /*
    22Plugin Name: RV Thumb Scroller
    3 Version: 2.6.a
     3Version: 2.6.b
    44Plugin URI: http://piwigo.org/ext/extension_view.php?eid=493
    55Description: Infinite scroll - loads thumbnails on index page as you scroll down the page
     
    77Author URI: http://www.modusoptimus.com
    88*/
    9 define('RVTS_VERSION', '25a');
     9define('RVTS_VERSION', '26');
    1010
    1111class RVTS
     
    100100next: ".($start+$per_page).",
    101101total: $total,
    102 moreUrlModel: String.fromCharCode(".ord($url_model[0]).")+'".substr($url_model,1)."',
     102urlModel: String.fromCharCode(".ord($url_model[0]).")+'".substr($url_model,1)."',
    103103moreMsg: '$moreMsg',
    104104prevMsg: '".l10n("Previous")."',
Note: See TracChangeset for help on using the changeset viewer.