File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pabloaso/public_html/wp-content/plugins/pretty-link/js/admin_options.js
jQuery(document).ready(function($) {
  $('.prli-color-picker').wpColorPicker();

  $('.prlipro-chip').on('click', function() {
    $(this).toggleClass('selected');
    var $checkbox = $(this).find('input[type="checkbox"]');
    $checkbox.attr('checked', !$checkbox.attr('checked'));
  });
});