Commit a4b9208a authored by Robert Lord's avatar Robert Lord

Move jquery to be local

parent 9f83bbd1
//= require ../lib/_jquery
/* /*
Copyright 2008-2013 Concur Technologies, Inc. Copyright 2008-2013 Concur Technologies, Inc.
......
//= require ../lib/_lunr //= require ../lib/_lunr
//= require ../lib/_jquery
//= require ../lib/_jquery.highlight //= require ../lib/_jquery.highlight
(function () { (function () {
'use strict'; 'use strict';
......
//= require ../lib/_jquery
//= require ../lib/_jquery_ui //= require ../lib/_jquery_ui
//= require ../lib/_jquery.tocify //= require ../lib/_jquery.tocify
//= require ../lib/_imagesloaded.min //= require ../lib/_imagesloaded.min
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -27,7 +27,6 @@ under the License. ...@@ -27,7 +27,6 @@ under the License.
<style> <style>
<%= Rouge::Themes::Base16::Monokai.render(:scope => '.highlight') %> <%= Rouge::Themes::Base16::Monokai.render(:scope => '.highlight') %>
</style> </style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<% if current_page.data.search %> <% if current_page.data.search %>
<%= javascript_include_tag "all" %> <%= javascript_include_tag "all" %>
<% else %> <% else %>
......
Markdown is supported
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