mirror of
https://github.com/seigler/govobject-proposal
synced 2025-07-26 22:36:09 +00:00
first commit with drop down list instead of datepicker for payment start & end dates
This commit is contained in:
parent
fd70bcf335
commit
90054cc972
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
||||
<script src="bitcore-lib-dash.js"></script>
|
||||
<script src="http://127.0.0.1:3001/socket.io/socket.io.js"></script>
|
||||
<script src="http://195.141.143.55:3001/socket.io/socket.io.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
var Bitcore = require('bitcore-lib-dash');
|
||||
|
@ -18,7 +18,7 @@
|
|||
eventToListenTo = 'block';
|
||||
room = 'inv';
|
||||
|
||||
var socket = io("http://127.0.0.1:3001/");
|
||||
var socket = io("http://195.141.143.55:3001/");
|
||||
socket.on('connect', function() {
|
||||
// Join the room.
|
||||
socket.emit('subscribe', room);
|
||||
|
@ -37,7 +37,7 @@
|
|||
$(document).ready(function() {
|
||||
|
||||
|
||||
$.getJSON( "http://127.0.0.1:3001/insight-api-dash/status?q=getinfo", function( data ) {
|
||||
$.getJSON( "http://195.141.143.55:3001/insight-api-dash/status?q=getinfo", function( data ) {
|
||||
var blockheight = data.info.blocks;
|
||||
console.log('network: ' + gov.network);
|
||||
var budgetPaymentCycleBlocks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue