Small pug fixes

This commit is contained in:
joeuhren
2020-11-21 20:27:06 -07:00
parent ebbe705935
commit 2197d2c322
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
script.
$(document).ready(function(){
var ctable = $('#addnodes-table').dataTable( {
var ctable = $('#addnodes-table').dataTable({
autoWidth: true,
searching: false,
ordering: false,
@@ -10,7 +10,7 @@ script.
ajax: {
url: '/ext/connections',
dataSrc: function ( json ) {
var rows = []
var rows = [];
for ( var i=0;i<json.data.length; i++ ) {
rows.push({'nodes':'addnode='+json.data[i]['address']+':'+json.data[i]['port']});
}
-1
View File
@@ -138,7 +138,6 @@ block content
div
em Returns information for given address
a(href='/ext/getaddress/' + hashes.address) #{address}/ext/getaddress/#{hashes.address}
li
li
p
div(style='font-weight:bold;') gettx (/ext/gettx/hash)