[Groonga-commit] ranguba/epub-searcher at a697e5c [master] Update Twitter Bootstrap and required jQuery

Back to archive index

KITAITI Makoto null+****@clear*****
Tue Dec 23 05:08:19 JST 2014


KITAITI Makoto	2014-12-23 05:08:19 +0900 (Tue, 23 Dec 2014)

  New Revision: a697e5c806633dd336908f8b52e4822d751535c2
  https://github.com/ranguba/epub-searcher/commit/a697e5c806633dd336908f8b52e4822d751535c2

  Message:
    Update Twitter Bootstrap and required jQuery

  Modified files:
    app/views/layouts/layout.haml

  Modified: app/views/layouts/layout.haml (+3 -3)
===================================================================
--- app/views/layouts/layout.haml    2014-12-23 05:00:37 +0900 (f6e7e50)
+++ app/views/layouts/layout.haml    2014-12-23 05:08:19 +0900 (ddd50a8)
@@ -3,9 +3,9 @@
   %head
     %title EPUB Searcher
     %meta{:name => 'viewport', :content => 'width=device-width, initial-scale=1.0'}
-    %link{:href => '//maxcdn.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css', :rel => 'stylesheet', :media => 'screen'}
+    %link{:href => '//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css', :rel => 'stylesheet', :media => 'screen'}
     = stylesheet_link_tag 'groonga'
   %body
     = yield
-    %script{:src => '//code.jquery.com/jquery-1.11.1.min.js'}
-    %script{:src => '//maxcdn.bootstrapcdn.com/bootstrap/2.3.2/js/bootstrap.min.js'}
+    %script{:src => '//code.jquery.com/jquery-2.1.3.min.js'}
+    %script{:src => '//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js'}
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index