summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-06-29 13:04:33 -0500
committerMitch Jackson <mitch@freeside.biz>2018-10-23 16:42:33 -0400
commit0ce4dcd4dad9777fe4c6436a3308a81496ae9ac3 (patch)
treeb11925ad33d37d53290c6aec04b0adee5e1ea88c /httemplate/elements
parentead0cc76f66c0806321443657b49f829034e23ae (diff)
RT# 30783 Clean up json code for free_addrs
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/tr-select-router_block_ip.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-router_block_ip.html b/httemplate/elements/tr-select-router_block_ip.html
index 535e953c4..eac41cfad 100644
--- a/httemplate/elements/tr-select-router_block_ip.html
+++ b/httemplate/elements/tr-select-router_block_ip.html
@@ -71,7 +71,7 @@ function populate_ip_select() {
% }
if ( blocknum && $.isNumeric(blocknum) && ! e.is(':hidden')) {
$.getJSON(
- '<% $p %>json/free_addresses_in_block.json.html',
+ '<% $p %>misc/xmlhttp-free_addresses_in_block.json.html',
{blocknum: blocknum},
function(ip_json) {
$.each( ip_json, function(idx, val) {