Skip to content

Commit

Permalink
update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed May 19, 2012
1 parent 4ef21c1 commit 2c76d05
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .rvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rvm ruby-1.9.3-p125@pivotal_rocket_gems --create
rvm ruby-1.9.3-p194@pivotal_rocket_gems --create
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,34 @@ GEM
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.2.0)
coffee-script-source (1.3.3)
cssmin (1.0.2)
execjs (1.3.0)
execjs (1.3.2)
multi_json (~> 1.0)
ffi (1.0.11)
growl (1.0.3)
guard (1.0.1)
guard (1.0.3)
ffi (>= 0.5.0)
thor (~> 0.14.6)
thor (>= 0.14.6)
guard-shell (0.4.0)
guard (>= 0.2.0)
hike (1.2.1)
i18n (0.6.0)
libnotify (0.7.2)
libv8 (3.3.10.4)
multi_json (1.2.0)
multi_json (1.3.5)
rack (1.4.1)
rake (0.9.2.2)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
sprockets (2.4.0)
sprockets (2.4.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
therubyracer (0.10.0)
therubyracer (0.10.1)
libv8 (~> 3.3.10)
thor (0.14.6)
thor (0.15.2)
tilt (1.3.3)
uglifier (1.2.4)
execjs (>= 0.3.0)
Expand Down
7 changes: 7 additions & 0 deletions assets/javascripts/pivotal_rocket_background.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,13 @@ root.PivotalRocketBackground =
width : 'none'
height : 'none'
onblur : 'ignore'
onreset : ->
PivotalRocketBackground.popup.$('#storyInfo').find('a.edit_story_title').show()
PivotalRocketBackground.popup.$('#storyInfo').find('a.edit_story_title').click (event) ->
event.preventDefault()
$(event.target).hide()
PivotalRocketBackground.popup.$('#storyInfo').find('h1.story_title').trigger('dblclick')
return false
# story description
PivotalRocketBackground.popup.$('#storyInfo').find('div.story_description').editable (value, settings) ->
selected_type_bol = PivotalRocketBackground.get_requester_or_owner_status()
Expand Down
2 changes: 1 addition & 1 deletion javascripts/pivotal_api_lib.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions javascripts/pivotal_rocket_background.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2c76d05

Please sign in to comment.