Ignore:
Timestamp:
Mar 28, 2010, 7:40:14 PM (14 years ago)
Author:
grum
Message:

Update the plugin for compatibility with Piwigo 2.1 - some properties for widgets are not the same with jQuery 1.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/admin/amm_randompicconfig.tpl

    r5421 r5429  
    4747        max:60000,
    4848        steps:120,
    49         startValue:{/literal}{$datas.periodic_change}{literal},
     49        value:{/literal}{$datas.periodic_change}{literal},
    5050        slide: function(event, ui) { formatDelay(ui.value); }
    5151      });
     
    5757        max:300,
    5858        steps:201,
    59         startValue:affectHeight({/literal}{$datas.height}{literal}),
     59        value:affectHeight({/literal}{$datas.height}{literal}),
    6060        slide: function(event, ui) { formatHeight(ui.value); }
    6161      });
Note: See TracChangeset for help on using the changeset viewer.