mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-14 13:18:51 +01:00
update form with new context name
This commit is contained in:
parent
556c68c2e6
commit
ae4ce272ff
4 changed files with 15 additions and 2 deletions
|
|
@ -659,7 +659,7 @@ var ContextListPage = {
|
|||
$.post(relative_to_root('contexts/'+context_id), {
|
||||
'context[name]': value,
|
||||
'_method': 'put'
|
||||
}, highlight);
|
||||
}, highlight, 'script');
|
||||
return value;
|
||||
},
|
||||
setup_behavior: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue