Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
use toollabs cdnjs for forge
Browse files Browse the repository at this point in the history
  • Loading branch information
fastily committed Aug 27, 2017
1 parent badbc0d commit 15dabe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# text2hash
[![License: GPL v3](https://upload.wikimedia.org/wikipedia/commons/8/86/GPL_v3_Blue_Badge.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)

Simple javascript application that helps hash text using MD5/SHA1/SHA2.
Simple javascript application that hashes text using MD5/SHA1/SHA2.
2 changes: 1 addition & 1 deletion public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>text2hash</h1>

<script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://unpkg.com/node-forge@0.7.1/dist/forge.min.js"></script>
<script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/forge/0.7.1/forge.min.js"></script>

<script src="text2hash.js"></script>
</body>
Expand Down

0 comments on commit 15dabe4

Please sign in to comment.