diff -r d255fe9cd479 -r 00ac8f60d73f wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/pages/front_script.php --- a/wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/pages/front_script.php Tue Oct 15 15:48:13 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ - -(function($){ -$(window).load(function() { - - $(".scrollable-content").mCustomScrollbar(); - $("a[rel^=\'prettyPhoto\']").prettyPhoto(); - - $("#tl'.$id.'").timeline({ - itemMargin : '. $settings['item-margin'].', - scrollSpeed : '.$settings['scroll-speed'].', - easing : "'.$settings['easing'].'", - openTriggerClass : '.$read_more.', - swipeOn : '.$swipeOn.', - startItem : "'. $start_item . '", - yearsOn : '.(($settings['hide-years'] || $settings['cat-type'] == 'categories') ? 'false' : 'true').', - hideTimeline : '.($settings['hide-line'] ? 'true' : 'false').', - hideControles : '.($settings['hide-nav'] ? 'true' : 'false'). - $cats.' - }); - -}); -})(jQuery); -'; -?> \ No newline at end of file