Code Duplication    Length = 4-5 lines in 2 locations

geodirectory-widgets/geodirectory_listing_slider_widget.php 1 location

@@ 371-375 (lines=5) @@
368
369
            }
370
371
            <?php if(is_active_widget( false, false, $this->id_base, true )){ ?>
372
            var post_type = jQuery('#<?php echo $this->get_field_id('post_type'); ?>').val();
373
374
            geodir_change_category_list(post_type, '<?php echo $category;?>');
375
            <?php } ?>
376
377
        </script>
378

geodirectory-widgets/geodirectory_popular_widget.php 1 location

@@ 539-542 (lines=4) @@
536
537
            }
538
539
            <?php if(is_active_widget( false, false, $this->id_base, true )){ ?>
540
            var post_type = jQuery('#<?php echo $this->get_field_id('post_type'); ?>').val();
541
542
            <?php } ?>
543
544
        </script>
545