wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/pages/front_script.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/pages/front_script.php Wed Nov 06 03:21:17 2013 +0000
@@ -0,0 +1,27 @@
+<?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