[Groonga-commit] groonga/gcs-console [master] Specify bootstra.min.js with an absolute path

Back to archive index

Yoji SHIDARA null+****@clear*****
Tue Oct 16 13:01:30 JST 2012


Yoji SHIDARA	2012-10-16 13:01:30 +0900 (Tue, 16 Oct 2012)

  New Revision: cacd2ef40b2288a6e6305b3d35482740226ec7b4
  https://github.com/groonga/gcs-console/commit/cacd2ef40b2288a6e6305b3d35482740226ec7b4

  Log:
    Specify bootstra.min.js with an absolute path

  Modified files:
    views/layout.jade

  Modified: views/layout.jade (+1 -1)
===================================================================
--- views/layout.jade    2012-10-16 11:48:20 +0900 (1cca9d5)
+++ views/layout.jade    2012-10-16 13:01:30 +0900 (f45f3a1)
@@ -4,7 +4,7 @@ html
     title Groonga CloudSearch Console
     link(rel='stylesheet', href='/css/bootstrap.min.css')
     link(rel='stylesheet', href='/css/screen.css')
-    script(src='js/bootstrap.min.js')
+    script(src='/js/bootstrap.min.js')
   body
     .navbar.navbar-fixed-top
 
-------------- next part --------------
HTML����������������������������...
Download 



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