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.
......
//= require ../lib/_lunr
//= require ../lib/_jquery
//= require ../lib/_jquery.highlight
(function () {
'use strict';
......
//= require ../lib/_jquery
//= require ../lib/_jquery_ui
//= require ../lib/_jquery.tocify
//= 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.
<style>
<%= Rouge::Themes::Base16::Monokai.render(:scope => '.highlight') %>
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<% if current_page.data.search %>
<%= javascript_include_tag "all" %>
<% 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