[#369] fix creating a fork of a project

This commit is contained in:
Alexander Machehin 2015-02-09 15:02:51 +05:00
parent 14c8f80089
commit dc66824069
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $(document).ready(function() {
url: forks_path.val(), url: forks_path.val(),
data: 'name=' + fork_name.val(), data: 'name=' + fork_name.val(),
success: function(data){ success: function(data){
$('#forks_list').html(data); $('#forkModal .modal-body').html(data);
}, },
error: function(data){ error: function(data){
alert('error'); // TODO remove alert('error'); // TODO remove

View File

@ -34,6 +34,7 @@
//= require extra/pull //= require extra/pull
//= require extra/scroller //= require extra/scroller
//= require extra/fork
//= require_self //= require_self