net-mgmt/lldp: whitespace sweep

This commit is contained in:
Franco Fichtner
2018-01-14 17:46:43 +01:00
parent 24caebf5b7
commit 51f5c73d1d
@@ -45,7 +45,7 @@
<script type="text/javascript">
// Put API call into a function, needed for auto-refresh
// Put API call into a function, needed for auto-refresh
function update_neighbor() {
ajaxCall(url="/api/lldpd/service/neighbor", sendData={}, callback=function(data,status) {
$("#listneighbor").text(data['response']);