fixed reference to legacy JS function

This commit is contained in:
checktheroads 2019-06-16 22:51:42 -07:00
parent 2f4b7118e2
commit e7b3d8fe8e

View file

@ -111,7 +111,7 @@ $('#network').on('change', () => {
url: `/locations/${asn}`,
type: 'get',
success: function(data) {
cleanPage();
clearPage();
updateRouters(JSON.parse(data));
},
error: function(err) {