8b64b57a27
Simplify all admin templates. git-svn-id: http://piwigo.org/svn/trunk@9586 68402e56-0260-453c-a942-63ccdbb3a9ee
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} |