public
Description: A social transport mashup system example written in Rails
Homepage: https://tillsammans.boss.bekk.no
Clone URL: git://github.com/oc/tillsammans.git
Just some formatting.
oc (author)
Thu May 29 14:25:14 -0700 2008
commit  be382ff817ee2ac4febd59d510f2e2be75d658e1
tree    054a4ac0046c43ad6c844ba51f6be190df3d3a4d
parent  adcad5753fbf4f1887f6f48dc316d4c23c8641ff
...
33
34
35
 
 
 
 
 
36
37
...
33
34
35
36
37
38
39
40
41
42
0
@@ -33,5 +33,10 @@ class PublicController < ApplicationController
0
     event.users.each { |u| @gmap.overlay_init(u.to_gmarker) }
0
     render :action => :index
0
   end
0
+
0
+ # Update the map
0
+ def update
0
+ @gmap.overlay_init(@current_user.to_gmarker)
0
+ end
0
     
0
 end
...
2
3
4
5
6
 
7
...
2
3
4
 
5
6
7
0
@@ -2,4 +2,4 @@ page[:message_textarea].visual_effect :highlight, :startcolor => "#261c02", :end
0
 page[:location_select].visual_effect :highlight, :startcolor => "#261c02", :endcolor => "#000000"
0
 page.replace_html 'loginDivMessage', @message
0
 page.visual_effect :appear, 'loginDivMessage'
0
-page.visual_effect :fade, 'loginDivMessage', {:delay => 5.0}
0
\ No newline at end of file
0
+page.visual_effect :fade, 'loginDivMessage', {:delay => 5.0}
0
\ No newline at end of file

Comments

    No one has commented yet.