From 6cbd434076575650b4de49b60405f61fb548ae29 Mon Sep 17 00:00:00 2001 From: Brian Moe <brian.moe@ligo.org> Date: Fri, 16 Apr 2010 14:55:20 -0500 Subject: [PATCH] Removed hardcoded url in data-getting XmlHttpRequest --- templates/gracedb/event_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gracedb/event_list.html b/templates/gracedb/event_list.html index ce889a1be..f40574488 100644 --- a/templates/gracedb/event_list.html +++ b/templates/gracedb/event_list.html @@ -45,7 +45,7 @@ ( { sortable: true, - url: 'https://archie.phys.uwm.edu/gracedb/events/search/flex?query={{rawquery}}', + url: '{% url search %}/flex?query={{rawquery}}', datatype: 'json', mtype: "GET", colNames : ["UID", "Labels", "Group", "Type", "Event Time", "Links", "Submitted", -- GitLab