[#369] fix creating a fork of a project
This commit is contained in:
parent
14c8f80089
commit
dc66824069
|
@ -8,7 +8,7 @@ $(document).ready(function() {
|
|||
url: forks_path.val(),
|
||||
data: 'name=' + fork_name.val(),
|
||||
success: function(data){
|
||||
$('#forks_list').html(data);
|
||||
$('#forkModal .modal-body').html(data);
|
||||
},
|
||||
error: function(data){
|
||||
alert('error'); // TODO remove
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
//= require extra/pull
|
||||
//= require extra/scroller
|
||||
//= require extra/fork
|
||||
|
||||
//= require_self
|
||||
|
||||
|
|
Loading…
Reference in New Issue