Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hklcf patch 2 #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ <h4 class="modal-title" id="modal-title">Modal title</h4>
</div>
</div>

<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/aes.js"></script>
<script src="js/jsbn.js"></script>
<script src="js/jsbn2.js"></script>
<script src="js/base58.js"></script>
<script src="js/hardbin.js"></script>
<script src="js/showdown.min.js"></script>
<script src="js/showdown-1.9.0.min.js"></script>
<script type="text/javascript">
var checked_writability = false;

Expand Down Expand Up @@ -109,7 +109,7 @@ <h4 class="modal-title" id="modal-title">Modal title</h4>
} else {
var pathwithfrag = window.location.pathname + window.location.hash;
// TODO: check if we can fetch ipfs content from http://localhost:8080/ and offer it as an option if so
modal("IPFS Gateway Problem", "<p>This IPFS gateway is not writable, which means you won't be able to save your work.</p><p>If you want to save your work, you can either:</p><p>1. view this on the public writable gateway at <a href=\"https://hardbin.com" + pathwithfrag + "\">hardbin.com</a>, or</p><p>2. <a href=\"https://ipfs.io/docs/install/\">install IPFS</a>, run a local node with <tt>ipfs daemon --writable</tt>, and then view this on your local node at <a href=\"http://localhost:8080" + pathwithfrag + "\">localhost:8080</a>.</p>");
modal("IPFS Gateway Problem", "<p>This IPFS gateway is not writable, which means you won't be able to save your work.</p><p>If you want to save your work, you can either:</p><p>1. view this on the public writable gateway at <a href=\"https://hardbin.com" + pathwithfrag + "\">hardbin.com</a>, or</p><p>2. <a href=\"https://docs.ipfs.io/guides/guides/install/\">install IPFS</a>, run a local node with <tt>ipfs daemon --writable</tt>, and then view this on your local node at <a href=\"http://localhost:8080" + pathwithfrag + "\">localhost:8080</a>.</p>");
set_status("Error: IPFS gateway is not writable.");
}
});
Expand Down
2 changes: 2 additions & 0 deletions js/jquery-3.4.1.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions js/showdown-1.9.0.min.js

Large diffs are not rendered by default.