Skip to content

Commit

Permalink
added missing js
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi committed Feb 12, 2015
1 parent 11b4569 commit fe4cfe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions submit.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<script src="js/transfer.js"></script>
<script src="js/CSFactory.js"></script>
<script src="js/dropboxHelper.js"></script>
<script src="js/datamanagement.js"></script>

<script>
$( document ).ready(function() {
Expand Down
2 changes: 1 addition & 1 deletion transmissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<script src="js/lib/base64E.js"></script>
<script src="js/lib/oids.js"></script>
<script src="js/lib/asn11.js"></script>

<script src="js/datamanagement.js"></script>
<script src="js/ftsHelper.js"></script>
<script src="js/jobs.js"></script>

Expand Down

0 comments on commit fe4cfe0

Please sign in to comment.