From dd36a946194bf96b52136df6c1198f1cdef914f0 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 19 Dec 2016 13:01:38 +0000 Subject: [PATCH] added missing context to an ajax call in the task bar code --- codepot/src/codepot/views/taskbar.php | 1 + 1 file changed, 1 insertion(+) diff --git a/codepot/src/codepot/views/taskbar.php b/codepot/src/codepot/views/taskbar.php index b4ce05ce..ab0afcac 100644 --- a/codepot/src/codepot/views/taskbar.php +++ b/codepot/src/codepot/views/taskbar.php @@ -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;