Changeset 6645
- Timestamp:
- 02/14/08 00:08:57 (5 years ago)
- Location:
- lang/ruby/wikiforme
- Files:
-
- 3 modified
-
branches/frsyuki/bundles/article.4me/web.4me/flot.rb (modified) (1 diff)
-
branches/frsyuki/bundles/article.4me/web.4me/s6.rb (modified) (1 diff)
-
trunk/bundles/article.4me/web.4me/flot.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/wikiforme/branches/frsyuki/bundles/article.4me/web.4me/flot.rb
r6439 r6645 62 62 end 63 63 } 64 script = XMLRaw.new("//<![CDATA[\n$(function(){ $.plot($('##{@anchor}'), #{ds.to_json.gsub(']]>',' ')}); });\n//]]>")64 script = XMLRaw.new("//<![CDATA[\n$(function(){ $.plot($('##{@anchor}'), #{ds.to_json.gsub(']]>',']]]]><![CDATA[>')}); });\n//]]>") 65 65 placeholder << XML[:script, {:language => 'javascript', :type => 'text/javascript'}, script] 66 66 placeholder -
lang/ruby/wikiforme/branches/frsyuki/bundles/article.4me/web.4me/s6.rb
r6434 r6645 173 173 js.merge! @s6_page_option 174 174 unless js.empty? 175 script = "s6.page(#{js.to_json})".gsub(']]>', ']] >')175 script = "s6.page(#{js.to_json})".gsub(']]>', ']]]]><![CDATA[>') 176 176 [:div, body, [:script, XML.escaped("//<![CDATA[\n#{script}\n//]]>\n")]] 177 177 else -
lang/ruby/wikiforme/trunk/bundles/article.4me/web.4me/flot.rb
r3446 r6645 63 63 end 64 64 } 65 script = XMLRaw.new("//<![CDATA[\n$(function(){ $.plot($('##{@anchor}'), #{ds.to_json.gsub(']]>',' ')}); });\n//]]>")65 script = XMLRaw.new("//<![CDATA[\n$(function(){ $.plot($('##{@anchor}'), #{ds.to_json.gsub(']]>',']]]]><![CDATA[>')}); });\n//]]>") 66 66 placeholder << XML[:script, {:language => 'javascript', :type => 'text/javascript'}, script] 67 67 placeholder
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)