mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-05 00:38:50 +01:00
get project features to pass
This commit is contained in:
parent
d432d91cc8
commit
901a5ff0d2
6 changed files with 12 additions and 12 deletions
|
|
@ -726,7 +726,7 @@ var ProjectListPage = {
|
|||
var highlight = function(){
|
||||
$('h2#project_name').effect('highlight', {}, 500);
|
||||
};
|
||||
$.post(relative_to_root('projects/update/'+project_id), {
|
||||
$.post(relative_to_root('projects/'+project_id), {
|
||||
'project[name]': value,
|
||||
'update_project_name': 'true',
|
||||
'_method': 'put'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue