Skip to content

Commit

Permalink
chore (): <script> in index.html & sendNas.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzimei committed Mar 15, 2018
1 parent fdbaec4 commit 29b966b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
16 changes: 7 additions & 9 deletions nasWallet/WebContent/index.html
Expand Up @@ -104,15 +104,13 @@ <h4 class="modal-title">info</h4>
</div> </div>
</div> </div>


<script src="https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js"></script> <script src=https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js></script>
<script src="https://cdn.bootcss.com/tether/1.4.3/js/tether.min.js"></script> <script src=https://cdn.bootcss.com/tether/1.4.3/js/tether.min.js></script>
<script src="static/frontend/js/Blob.js"></script> <script src=https://cdn.bootcss.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js data-depends="jquery tether"></script>
<script src="static/frontend/js/FileSaver.min.js"></script> <script src=static/frontend/js/Blob.js></script>
<script src="static/frontend/js/home.v1.js"></script> <script src=static/frontend/js/FileSaver.min.js></script>
<script src="static/frontend/js/jquery.query-object.js"></script> <script src=static/frontend/js/home.v1.js></script>
<script src="static/frontend/js/wallet.js"></script> <script src=static/frontend/js/wallet.js></script>
<!-- files below require jquery -->
<script src="https://cdn.bootcss.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js"></script>
<script> <script>
"use strict"; "use strict";


Expand Down
13 changes: 6 additions & 7 deletions nasWallet/WebContent/sendNas.html
Expand Up @@ -190,13 +190,12 @@ <h4 class="modal-title">info</h4>
</div> </div>
</div> </div>


<script src="https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js"></script> <script src=https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js></script>
<script src="https://cdn.bootcss.com/tether/1.4.3/js/tether.min.js"></script> <script src=https://cdn.bootcss.com/tether/1.4.3/js/tether.min.js></script>
<script src="static/frontend/js/home.v1.js "></script> <script src=https://cdn.bootcss.com/bootbox.js/4.4.0/bootbox.min.js data-depends=jquery></script>
<script src="static/frontend/js/wallet.js"></script> <script src=https://cdn.bootcss.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js data-depends="jquery tether"></script>
<!-- files below require jquery --> <script src=static/frontend/js/home.v1.js></script>
<script src="https://cdn.bootcss.com/bootbox.js/4.4.0/bootbox.min.js"></script> <script src=static/frontend/js/wallet.js></script>
<script src="https://cdn.bootcss.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js"></script>
<script> <script>
"use strict"; "use strict";


Expand Down

0 comments on commit 29b966b

Please sign in to comment.