Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jio-main
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Hardik Juneja
jio-main
Commits
7ca3f513
Commit
7ca3f513
authored
Jun 08, 2013
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
index.html moved to examples/s3storage-example.html
parent
bd7e841b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
examples/s3storage-example.html
examples/s3storage-example.html
+6
-6
No files found.
index
.html
→
examples/s3storage-example
.html
View file @
7ca3f513
<html>
<head>
<title></title>
<script
type=
"text/javascript"
src=
"lib/md5/md5.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/jsSha1/sha1.js"
></script>
<script
type=
"text/javascript"
src=
"src/jio.storage/s3storage.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=
"
../
lib/jquery/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"
../
lib/jsSha1/sha1.js"
></script>
<script
type=
"text/javascript"
src=
"
../
src/jio.storage/s3storage.js"
></script>
</head>
<body>
...
...
@@ -179,7 +179,7 @@ $(document).ready(function(){
names
+=
'
<a alt="click to remove" title="click to remove" href="#" rel="
'
+
filename
+
'
">
'
+
filename
+
'
</a><br>
'
;
for
(
var
key
in
DOCAttachment
)
{
if
(
DOCAttachment
.
hasOwnProperty
(
key
))
{
//names += '
<
a
alt
=
"
click to remove
"
title
=
"
click to remove
"
type
=
"
attachment
"
href
=
"
#
"
rel
=
"
'+filename+'/'+key+'
"
>
'
+filename+
'
/
'
+key+
'
<
/a><br>'
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment