Commit c326a0a1 authored by Aatish Nayak's avatar Aatish Nayak Committed by GitHub
Browse files

Freeze flatpickr version (#867)

Showing with 1 addition and 7 deletions
<%= stylesheet_link_tag "https://unpkg.com/flatpickr/dist/flatpickr.min.css" %>
<% content_for :javascripts do %>
<%= javascript_include_tag "https://unpkg.com/flatpickr" %>
<% end %>
<%= f.text_field :name,
help_text: "The course ID used in URLs and DB keys. This field must be unique
and URL-able. Typically includes the course number and semester. Examples:
......
......@@ -41,7 +41,7 @@
<%= javascript_include_tag 'application' %>
<!-- Flatpickr Datetimepicker JS (lightweight file) -->
<%= javascript_include_tag "https://unpkg.com/flatpickr" %>
<%= javascript_include_tag "https://unpkg.com/flatpickr@2.5.8" %>
<div class="page-wrapper">
<%= render "layouts/navbar" %>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment