Skip to content

Commit 2e093bf

Browse files
committed
Upgrade to jQuery 1.12.4.
1 parent 2b16190 commit 2e093bf

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

templates/default/fulldoc/html/js/jquery-migrate.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/default/fulldoc/html/js/jquery.js

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/default/fulldoc/html/setup.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def stylesheets_full_list
101101
# searchable full lists, e.g., Class List, Method List, File List.
102102
# @since 0.7.0
103103
def javascripts_full_list
104-
%w(js/jquery.js js/full_list.js)
104+
%w(js/jquery.js js/jquery-migrate.js js/full_list.js)
105105
end
106106

107107
def menu_lists

templates/default/layout/html/setup.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def diskfile
7171
# @return [Array<String>] core javascript files for layout
7272
# @since 0.7.0
7373
def javascripts
74-
%w(js/jquery.js js/app.js)
74+
%w(js/jquery.js js/jquery-migrate.js js/app.js)
7575
end
7676

7777
# @return [Array<String>] core stylesheets for the layout

0 commit comments

Comments
 (0)