Added vendor/bundle to gitignore. Removed project js slugify
This commit is contained in:
parent
eb3e07a509
commit
c19e766f1e
2 changed files with 1 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -23,3 +23,4 @@ db/data.yml
|
|||
.idea
|
||||
.DS_Store
|
||||
.chef
|
||||
vendor/bundle/*
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue