Skip to content

Commit

Permalink
Added vendor/bundle to gitignore. Removed project js slugify
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Nov 30, 2012
1 parent eb3e07a commit c19e766
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ db/data.yml
.idea
.DS_Store
.chef
vendor/bundle/*
4 changes: 0 additions & 4 deletions app/assets/javascripts/projects.js.coffee
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
window.Projects = ->
$('#project_name').on 'change', ->
slug = slugify $(@).val()
$('#project_code, #project_path').val slug

$('.new_project, .edit_project').on 'ajax:before', ->
$('.project_new_holder, .project_edit_holder').hide()
$('.save-project-loader').show()
Expand Down

0 comments on commit c19e766

Please sign in to comment.