mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
fix #1052 based on the work of Tim Madden. Thanks Tim!
This commit is contained in:
parent
e9d92438d6
commit
b53fbc64dc
8 changed files with 78 additions and 28 deletions
|
|
@ -315,7 +315,7 @@ var TodoItems = {
|
|||
getContextsForAutocomplete: function (term, element_to_block) {
|
||||
var allContexts = null;
|
||||
var params = default_ajax_options_for_scripts('GET', relative_to_root('contexts.autocomplete'), element_to_block);
|
||||
params.data = "term="+term;
|
||||
params.data += "&term="+term;
|
||||
params.dataType = "json";
|
||||
params.async = false;
|
||||
params.success = function(result){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue