mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
9 lines
No EOL
411 B
Smarty
9 lines
No EOL
411 B
Smarty
{combine_script id='jquery.autogrow' load='async' require='jquery' path='themes/default/js/plugins/jquery.autogrow-textarea.js'}
|
|
{* Auto size and auto grow textarea *}
|
|
{footer_script require='jquery.autogrow'}{literal}
|
|
jQuery(document).ready(function(){
|
|
jQuery('textarea').css('overflow-y', 'hidden');
|
|
// Auto size and auto grow for all text area
|
|
jQuery('textarea').autogrow();
|
|
});
|
|
{/literal}{/footer_script} |