Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
default to https cdn for underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscurity committed Apr 15, 2014
1 parent 84f9586 commit e8183fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasseo/views/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%meta{ "http-equiv" => "Content-Type", :content => "text/html;charset=utf-8" }
%link{ :rel => "stylesheet", :type => "text/css", :href => "c/style.css" }
%script{ :type => "text/javascript", :src => "https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" }
%script{ :type => "text/javascript", :src => "http://underscorejs.org/underscore-min.js" }
%script{ :type => "text/javascript", :src => "https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0/underscore-min.js" }
%script{ :type => "text/javascript", :src => "j/d3.v2.min.js" }
%script{ :type => "text/javascript", :src => "j/rickshaw.min.js" }
%script{ :type => "text/javascript", :src => "j/crypto-min.js" }
Expand Down

0 comments on commit e8183fc

Please sign in to comment.