summaryrefslogtreecommitdiffstats
path: root/askbot/media/js/live_search_new_thread.js
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/js/live_search_new_thread.js')
-rw-r--r--askbot/media/js/live_search_new_thread.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/media/js/live_search_new_thread.js b/askbot/media/js/live_search_new_thread.js
index d17951eb..21b5c876 100644
--- a/askbot/media/js/live_search_new_thread.js
+++ b/askbot/media/js/live_search_new_thread.js
@@ -2,7 +2,7 @@
var liveSearchNewThreadInit = function(auto_focus_out) {
var query = $('input#id_title.questionTitleInput');
var prev_text = $.trim(query.val());
- var search_url = askbot['urls']['titleSearch'];
+ var search_url = askbot['urls']['apiGetQuestions'];
var running = false;
var q_list_sel = 'question-list'; //id of question listing div