Code Duplication    Length = 4-5 lines in 2 locations

geodirectory-widgets/geodirectory_listing_slider_widget.php 1 location

@@ 356-360 (lines=5) @@
353
354
            }
355
356
            <?php if(is_active_widget( false, false, $this->id_base, true )){ ?>
357
            var post_type = jQuery('#<?php echo $this->get_field_id('post_type'); ?>').val();
358
359
            geodir_change_category_list(post_type, '<?php echo $category;?>');
360
            <?php } ?>
361
362
        </script>
363

geodirectory-widgets/geodirectory_popular_widget.php 1 location

@@ 534-537 (lines=4) @@
531
532
            }
533
534
            <?php if(is_active_widget( false, false, $this->id_base, true )){ ?>
535
            var post_type = jQuery('#<?php echo $this->get_field_id('post_type'); ?>').val();
536
537
            <?php } ?>
538
539
        </script>
540