mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
15 lines
No EOL
393 B
Smarty
15 lines
No EOL
393 B
Smarty
{footer_script require='jquery.ui.resizable'}{literal}
|
|
jQuery(document).ready(function(){
|
|
// Resize possible for double select list
|
|
jQuery(".doubleSelect select.categoryList").resizable({
|
|
handles: "w,e",
|
|
animate: true,
|
|
animateDuration: "slow",
|
|
animateEasing: "swing",
|
|
preventDefault: true,
|
|
preserveCursor: true,
|
|
autoHide: true,
|
|
ghost: true
|
|
});
|
|
});
|
|
{/literal}{/footer_script} |