sample/views/index.haml in sinatra-websocketio-0.3.3 vs sample/views/index.haml in sinatra-websocketio-0.3.4
- old
+ new
@@ -2,10 +2,10 @@
%html
%head
%meta{'http-equiv' => 'Content-Type', :content => 'text/html', :charset => 'UTF-8'}
%title websocket chat
%link{:rel => 'stylesheet', :href => "/main.css", :type => 'text/css'}
- %script{:type => 'text/javascript', :src => "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"}
+ %script{:type => 'text/javascript', :src => "//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"}
%script{:type => 'text/javascript', :src => websocketio_js}
%script{:type => 'text/javascript', :src => "/js/index.js"}
%body
%div#content