wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/pages/front_script.php
changeset 14 00ac8f60d73f
parent 13 d255fe9cd479
child 15 3d4e9c994f10
--- 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 @@
-<?php
-$frontHtml .= '
-
-<script type="text/javascript">
-(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);
-</script>';
-?>
\ No newline at end of file