forked from mirrors/thatmattlove-hyperglass
fixed reference to legacy JS function
This commit is contained in:
parent
2f4b7118e2
commit
e7b3d8fe8e
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ $('#network').on('change', () => {
|
|||
url: `/locations/${asn}`,
|
||||
type: 'get',
|
||||
success: function(data) {
|
||||
cleanPage();
|
||||
clearPage();
|
||||
updateRouters(JSON.parse(data));
|
||||
},
|
||||
error: function(err) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue