Skip to content

Commit 10e3aef

Browse files
committed
Upgrade jQuery to 1.10.2 because why not?
1 parent 7e8c6d9 commit 10e3aef

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

lib/doc_page.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def html_attributes
4242

4343
def head_content
4444
title page_title
45-
script :src => "/jquery-1.7.2.min.js"
45+
script :src => "/jquery.min.js"
4646
script :src => "/js/doc_page.js"
4747
end
4848

0 commit comments

Comments
 (0)