Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce

This commit is contained in:
Robert Schilling
2015-03-07 16:35:02 +01:00
2 changed files with 2 additions and 2 deletions
@@ -15,7 +15,7 @@ class @EditBlob
$(".js-commit-button").click ->
$("#file-content").val editor.getValue()
$(".file-editor form").submit()
return
return false
editModePanes = $(".js-edit-mode-pane")
editModeLinks = $(".js-edit-mode a")
@@ -15,7 +15,7 @@ class @NewBlob
$(".js-commit-button").click ->
$("#file-content").val editor.getValue()
$(".file-editor form").submit()
return
return false
editor: ->
return @editor