Skip to content
Snippets Groups Projects
Commit c19e766f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Added vendor/bundle to gitignore. Removed project js slugify

parent eb3e07a5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,3 +23,4 @@ db/data.yml
.idea
.DS_Store
.chef
vendor/bundle/*
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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment