Template:METU HS Ankara/JS/TimelineINIT

(function ($) {

   "use strict";
   $(document).ready(function () {
       // Timeline JS // -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
       if ($("#timeline-embed").length > 0) {
           createStoryJS({
               width: '100%',
               height: '600',
               source: 'https://2018.igem.org/Template:METU_HS_Ankara/JS/TimelineJSON?action=raw&ctype=text/javascript',
               embed_id: 'timeline-embed',               //OPTIONAL USE A DIFFERENT DIV ID FOR EMBED
               start_at_end: false,                          //OPTIONAL START AT LATEST DATE
               start_at_slide: '2',                            //OPTIONAL START AT SPECIFIC SLIDE
               start_zoom_adjust: '2',                            //OPTIONAL TWEAK THE DEFAULT ZOOM LEVEL
               hash_bookmark: false,                           //OPTIONAL LOCATION BAR HASHES
               debug: false,                           //OPTIONAL DEBUG TO CONSOLE
               lang: 'en',                           //OPTIONAL LANGUAGE
               maptype: 'HYBRID',                   //OPTIONAL MAP STYLE
               css: 'https://2018.igem.org/Template:METU_HS_Ankara/CSS/TimelineCSS?action=raw&ctype=text/css',     //OPTIONAL PATH TO CSS
               js: 'https://2018.igem.org/Template:METU_HS_Ankara/JS/TimelineJS?action=raw&ctype=text/javascript'    //OPTIONAL PATH TO JS
           });
       }
   })

}(jQuery));