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-06-29 13:04:33 -0500
commite2ee874843b19f6c5221f5ce0af90979dba34e57 (patch)
tree2dcd98ca17c33eeb4163f542bf7038b7aa073f41 /httemplate/elements
parent04c717c096f556a9ba0e8c4a137e867029c78a1b (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 535e953..eac41cf 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) {