diff --git a/modules/contrib/views_slideshow/contrib/views_slideshow_simple_pager/views_slideshow_simple_pager.module b/modules/contrib/views_slideshow/contrib/views_slideshow_simple_pager/views_slideshow_simple_pager.module index c5cca23..82b910f 100644 --- a/modules/contrib/views_slideshow/contrib/views_slideshow_simple_pager/views_slideshow_simple_pager.module +++ b/modules/contrib/views_slideshow/contrib/views_slideshow_simple_pager/views_slideshow_simple_pager.module @@ -74,10 +74,6 @@ function template_preprocess_views_slideshow_simple_pager(&$vars) { // Add anchor tags in the pager. drupal_add_js('var uniquePagerID = jQuery(".views-slideshow-pager-field-item").click(function() { - var eID = jQuery(this).attr("id").replace("views_slideshow_pager_field_item_bottom_",""); - var ssID = eID.substring(0,eID.lastIndex("_")); - var sN = eID.substring(eID.lastIndex("_") + 1); - Drupal.viewsSlideshow.action({ "action": "goToSlide", "slideshowID": ssID, "slideNum": sN }); }); ', 'inline');