Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
officejs
Commits
b233a99c
Commit
b233a99c
authored
May 10, 2012
by
Tristan Cavelier
Committed by
Sebastien Robin
May 18, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deleting some unneeded files.
parent
9af14f8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
jiotest/unhosted/jio.js
jiotest/unhosted/jio.js
+5
-0
jiotest/unhosted/jio.storage.js
jiotest/unhosted/jio.storage.js
+4
-4
No files found.
jiotest/unhosted/jio.js
View file @
b233a99c
...
@@ -713,6 +713,11 @@
...
@@ -713,6 +713,11 @@
priv
.
done_loadDocument
=
function
(
returneddocument
)
{
priv
.
done_loadDocument
=
function
(
returneddocument
)
{
priv
.
res
.
message
=
'
Document loaded.
'
;
priv
.
res
.
message
=
'
Document loaded.
'
;
priv
.
res
.
document
=
returneddocument
;
priv
.
res
.
document
=
returneddocument
;
// transform date into ms
priv
.
res
.
document
.
lastModified
=
new
Date
(
priv
.
res
.
document
.
lastModified
).
getTime
();
priv
.
res
.
document
.
creationDate
=
new
Date
(
priv
.
res
.
document
.
creationDate
).
getTime
();
},
},
priv
.
fail_saveDocument
=
function
()
{
priv
.
fail_saveDocument
=
function
()
{
priv
.
res
.
isSaved
=
false
;
priv
.
res
.
isSaved
=
false
;
...
...
jiotest/unhosted/jio.storage.js
View file @
b233a99c
...
@@ -380,11 +380,11 @@
...
@@ -380,11 +380,11 @@
that
.
getStoragePassword
()
)},
that
.
getStoragePassword
()
)},
success
:
function
(
xmlData
)
{
success
:
function
(
xmlData
)
{
doc
.
lastModified
=
(
doc
.
lastModified
=
(
new
Date
(
$
(
$
(
"
lp1
\\
:getlastmodified
"
,
$
(
$
(
"
lp1
\\
:getlastmodified
"
,
xmlData
).
get
(
0
)).
text
())).
getTime
(
);
xmlData
).
get
(
0
)).
text
()
);
doc
.
creationDate
=
(
doc
.
creationDate
=
(
new
Date
(
$
(
$
(
"
lp1
\\
:creationdate
"
,
$
(
$
(
"
lp1
\\
:creationdate
"
,
xmlData
).
get
(
0
)).
text
())).
getTime
(
);
xmlData
).
get
(
0
)).
text
()
);
doc
.
fileName
=
that
.
getFileName
();
doc
.
fileName
=
that
.
getFileName
();
if
(
settings
.
getContent
)
{
if
(
settings
.
getContent
)
{
getContent
();
getContent
();
...
...
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