GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: sample rails app and plugin for open flash chart 2 (alpha 7)
Clone URL: git://github.com/korin/open_flash_chart_2.git
change includes stylesheet and javascripts in layouts
korin (author)
Thu Oct 02 13:30:20 -0700 2008
commit  7a6e33c986594ece9d948001410ed0d118973306
tree    d6c3180a125156296aaeafd0313733118c671dff
parent  51b4f0c4e76542169cf9b416e35bc1c2311f3e91
...
8
9
10
11
12
13
14
15
...
8
9
10
 
 
11
12
13
0
@@ -8,8 +8,6 @@
0
     %meta{:name=>'Content-Language', :content=>'en-us'}
0
     = stylesheet_link_tag "main"
0
     = stylesheet_link_tag "SyntaxHighlighter"
0
- = javascript_include_tag :defaults
0
- = javascript_include_tag 'json2'
0
     = javascript_include_tag 'swfobject'
0
     = javascript_include_tag 'syntaxHighlight/shCore.js'
0
     = javascript_include_tag 'syntaxHighlight/shBrushRuby.js'
...
8
9
10
11
12
13
14
...
8
9
10
 
11
12
13
0
@@ -8,7 +8,6 @@
0
     %meta{:name=>'Content-Language', :content=>'en-us'}
0
     = stylesheet_link_tag "main"
0
     = stylesheet_link_tag "SyntaxHighlighter"
0
- = javascript_include_tag :defaults
0
     = javascript_include_tag 'syntaxHighlight/shCore.js'
0
   %body
0
     #site
...
7
8
9
10
11
12
13
...
7
8
9
 
10
11
12
0
@@ -7,7 +7,6 @@
0
     %meta{:'http-equiv'=>'Content-type', :content=>'text/html;charset=utf-8'}
0
     %meta{:name=>'Content-Language', :content=>'en-us'}
0
     = stylesheet_link_tag "main"
0
- = javascript_include_tag :defaults
0
   %body
0
     #site
0
       =render :partial => 'share/main_menu'

Comments

    No one has commented yet.