Skip to content

Commit

Permalink
specify jquery version
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Mar 19, 2021
1 parent 5c7f000 commit 31ead61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:plain
body { padding-top: 60px; }
%link{rel: "stylesheet", href: asset_path('bootstrap/css/bootstrap-responsive.min.css', active_page), type: "text/css"}
%script{src: asset_path('jquery.min.js', active_page), type: "text/javascript"}
%script{src: asset_path('jquery-1.8.2.min.js', active_page), type: "text/javascript"}
%script{src: asset_path('bootstrap/js/bootstrap.min.js', active_page), type: "text/javascript"}
%script{src: asset_path('highstock.js', active_page), type: "text/javascript"}
%script{src: asset_path('exporting.js', active_page), type: "text/javascript"}
Expand Down

0 comments on commit 31ead61

Please sign in to comment.