added missing context to an ajax call in the task bar code
This commit is contained in:
parent
b8852b27ee
commit
dd36a94619
@ -244,6 +244,7 @@ var TaskbarApp = (function ()
|
||||
this.project_find_ajax = $.ajax({
|
||||
url: project_find_url_base + term,
|
||||
dataType: "json",
|
||||
context: this,
|
||||
success: function(data, textStatus, jqXHR)
|
||||
{
|
||||
this.project_find_ajax = null;
|
||||
|
Loading…
Reference in New Issue
Block a user