Skip to content

Commit

Permalink
file-server: web-fetch name argument
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Mar 5, 2019
1 parent 79ef52a commit 006b319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ndncatchunks.htm
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ <h1>ndncatchunk online</h1>
</fieldset></form>

<script src="https://cdn.jsdelivr.net/npm/jquery@3.2"></script>
<script src="https://cdn.jsdelivr.net/npm/js-url@2.3"></script>
<script src="https://cdn.jsdelivr.net/gh/named-data/ndn-js@88e23edb3b5eaac375bb164cf4af19f0d6c9fe3e/build/ndn.min.js"></script>
<script>
ndn.noConflict();
Expand Down Expand Up @@ -117,4 +118,5 @@ <h1>ndncatchunk online</h1>
});

$("#save").hide();
$("#name").val(url("#name"));
</script>

0 comments on commit 006b319

Please sign in to comment.