Sha256: 0484c9265a8f3da86c28f5df60581497ce7fee0c1f8dffdb8afb0ec38df20f89
Contents?: true
Size: 779 Bytes
Versions: 12
Compression:
Stored size: 779 Bytes
Contents
// Global app variable window.conference = {}; // Bootstrap (Style Framework) {% include js/jquery-3.5.1.min.js %} {% include js/popper.min.js %} {% include js/bootstrap.js %} // FontAwesome (Icons) // Imported via CSS and webfonts // Program {% include js/conference-program.js %} // Leaflet (Map Display) {% if site.conference.location.hide != true and site.conference.location.map.enable %} {% include js/leaflet.js %} {% include js/leaflet-easybutton.js %} {% include js/leaflet-locatecontrol.js %} {% include js/leaflet-providers.js %} {% include js/conference-map.js %} {% endif %} // Modals ("Popups") {% include js/conference-modal.js %} // Live and Streaming {% if site.conference.live %} {% include js/conference-live.js %} {% endif %}
Version data entries
12 entries across 12 versions & 1 rubygems