public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
fix bug where updating section adds empty element

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@1925 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Mon Aug 28 21:46:53 -0700 2006
commit  92522f79ccbb3464c2aebce926970a3a38938658
tree    58db8c666f45aca56b1952441d15c757fc666cb1
parent  fcf9580d2813cd701516310183984a551d3da228
...
1
 
 
2
3
...
 
1
2
3
4
0
@@ -1,2 +1,3 @@
0
-page[@section.dom_id].replace_html :partial => 'section'
0
+page[@section.dom_id].replace :partial => 'section'
0
+page[@section.dom_id].visual_effect :highlight, :endcolor => '#99d3d5'
0
 page.call 'Flash.notice', "Section '#{h @section.name}' updated."
0
\ No newline at end of file

Comments

    No one has commented yet.