1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-30 19:56:22 +00:00

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) {