Fix spelling of "empty" in disableButtonIfEmptyField function name
This commit is contained in:
parent
ebd2a5d0ce
commit
1c01536829
5 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@ window.Projects = ->
|
|||
$('.save-project-loader').show()
|
||||
|
||||
$('form #project_default_branch').chosen()
|
||||
disableButtonIfEmtpyField '#project_name', '.project-submit'
|
||||
disableButtonIfEmptyField '#project_name', '.project-submit'
|
||||
|
||||
# Git clone panel switcher
|
||||
$ ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue