PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
media
/
regularlabs
/
js
/** * @package Regular Labs Library * @version 19.2.10100 * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2019 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ (function($) { "use strict"; $(document).ready(function() { $('.rl_resize_textarea').click(function() { var $el = $(this); var $field = $('#' + $el.attr('data-id')); if ($el.hasClass('rl_minimize')) { $el.removeClass('rl_minimize').addClass('rl_maximize'); $field.css({'height': $el.attr('data-min')}); return; } $el.removeClass('rl_maximize').addClass('rl_minimize'); $field.css({'height': $el.attr('data-max')}); }); }); })(jQuery);
[+]
..
[-] codemirror.js
[edit]
[-] codemirror.min.js
[edit]
[-] color.js
[edit]
[-] color.min.js
[edit]
[-] colorpicker.js
[edit]
[-] colorpicker.min.js
[edit]
[-] form.js
[edit]
[-] form.min.js
[edit]
[-] jquery.cookie.js
[edit]
[-] jquery.cookie.min.js
[edit]
[-] multiselect.js
[edit]
[-] multiselect.min.js
[edit]
[-] regular.js
[edit]
[-] regular.min.js
[edit]
[-] script.js
[edit]
[-] script.min.js
[edit]
[-] simplecategories.js
[edit]
[-] simplecategories.min.js
[edit]
[-] textareaplus.js
[edit]
[-] textareaplus.min.js
[edit]
[-] toggler.js
[edit]
[-] toggler.min.js
[edit]
[-] .htaccess.disabled
[edit]