mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-01 15:32:23 +02:00
d5549a0bff
git-svn-id: http://piwigo.org/svn/trunk@8162 68402e56-0260-453c-a942-63ccdbb3a9ee
10 lines
492 B
Smarty
10 lines
492 B
Smarty
{combine_script id='jquery' load='async' path='themes/default/js/jquery.min.js'}
|
|
{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} |