Added vendor/bundle to gitignore. Removed project js slugify

4-1-stable
Dmitriy Zaporozhets 2012-11-30 19:49:51 +02:00
parent eb3e07a509
commit c19e766f1e
2 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ db/data.yml
.idea
.DS_Store
.chef
vendor/bundle/*

View File

@ -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()