Merge pull request #257 from ZeusWPI/fix-cammie

Fix cammie JQuery
This commit is contained in:
lorin 2018-07-09 17:37:16 +02:00 committed by GitHub
commit f5cedd9758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ navigable: true
title: Cammie
---
<% content_for :scripts do %>
<script src="https://code.jquery.com/jquery-3.0.0.min.js" charset="utf-8"></script>
<%= asset :js, :cammie %>
<%= asset :js, :message %>
<% end %>