Commit 7ca3f513 authored by Tristan Cavelier's avatar Tristan Cavelier

index.html moved to examples/s3storage-example.html

parent bd7e841b
<html> <html>
<head> <head>
<title></title> <title></title>
<script type="text/javascript" src="lib/md5/md5.js"></script> <script type="text/javascript" src="../lib/md5/md5.js"></script>
<script type="text/javascript" src="jio.js"></script> <script type="text/javascript" src="../jio.js"></script>
<script type="text/javascript" src="lib/jquery/jquery.min.js"></script> <script type="text/javascript" src="../lib/jquery/jquery.min.js"></script>
<script type="text/javascript" src="lib/jsSha1/sha1.js"></script> <script type="text/javascript" src="../lib/jsSha1/sha1.js"></script>
<script type="text/javascript" src="src/jio.storage/s3storage.js"></script> <script type="text/javascript" src="../src/jio.storage/s3storage.js"></script>
</head> </head>
<body> <body>
...@@ -179,7 +179,7 @@ $(document).ready(function(){ ...@@ -179,7 +179,7 @@ $(document).ready(function(){
names += '<a alt="click to remove" title="click to remove" href="#" rel="'+filename+'">'+filename+'</a><br>'; names += '<a alt="click to remove" title="click to remove" href="#" rel="'+filename+'">'+filename+'</a><br>';
for(var key in DOCAttachment) { for(var key in DOCAttachment) {
if(DOCAttachment.hasOwnProperty(key)) { if(DOCAttachment.hasOwnProperty(key)) {
//names += '<a alt="click to remove" title="click to remove" type="attachment" href="#" rel="'+filename+'/'+key+'">'+filename+'/'+key+'</a><br>'; //names += '<a alt="click to remove" title="click to remove" type="attachment" href="#" rel="'+filename+'/'+key+'">'+filename+'/'+key+'</a><br>';
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment