mirror of
https://github.com/danbulant/api_docs
synced 2026-05-21 05:08:48 +00:00
Move jquery to be local
This commit is contained in:
parent
9f83bbd158
commit
a4b9208af0
5 changed files with 9835 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//= require ../lib/_jquery
|
||||
|
||||
/*
|
||||
Copyright 2008-2013 Concur Technologies, Inc.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
//= require ../lib/_lunr
|
||||
//= require ../lib/_jquery
|
||||
//= require ../lib/_jquery.highlight
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
//= require ../lib/_jquery
|
||||
//= require ../lib/_jquery_ui
|
||||
//= require ../lib/_jquery.tocify
|
||||
//= require ../lib/_imagesloaded.min
|
||||
|
|
|
|||
9831
source/javascripts/lib/_jquery.js
Normal file
9831
source/javascripts/lib/_jquery.js
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue