Commit c19e766f1edd927b911187052c859b1f1af76eee
1 parent
eb3e07a5
Exists in
master
and in
4 other branches
Added vendor/bundle to gitignore. Removed project js slugify
Showing
2 changed files
with
1 additions
and
4 deletions
Show diff stats
.gitignore
app/assets/javascripts/projects.js.coffee
1 | 1 | window.Projects = -> |
2 | - $('#project_name').on 'change', -> | |
3 | - slug = slugify $(@).val() | |
4 | - $('#project_code, #project_path').val slug | |
5 | - | |
6 | 2 | $('.new_project, .edit_project').on 'ajax:before', -> |
7 | 3 | $('.project_new_holder, .project_edit_holder').hide() |
8 | 4 | $('.save-project-loader').show() | ... | ... |