Skip to content
Snippets Groups Projects
Commit 5d3b2089 authored by adcpm's avatar adcpm
Browse files

Refactor

parent daa18325
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</head> </head>
<body> <body>
<script src="./../dist/steem.min.js"></script> <script src="../dist/steem.min.js"></script>
<script> <script>
steem.broadcast.vote('YOUR_POSTING_WIF', 'YOUR_USERNAME', 'firepower', 'steemit-veni-vidi-vici-steemfest-2016-together-we-made-it-happen-thank-you-steemians', 10000, steem.broadcast.vote('YOUR_POSTING_WIF', 'YOUR_USERNAME', 'firepower', 'steemit-veni-vidi-vici-steemfest-2016-together-we-made-it-happen-thank-you-steemians', 10000,
function(err, result) { function(err, result) {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</head> </head>
<body> <body>
<script src="./../dist/steem.min.js"></script> <script src="../dist/steem.min.js"></script>
<script> <script>
steem.api.streamOperations(function(err, operations) { steem.api.streamOperations(function(err, operations) {
if (err) { if (err) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment