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
5251f720
Commit
5251f720
authored
Jul 25, 2011
by
François Billioud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove useless reference to phonegap.js
parent
b53c54a3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
UNGProject/login.html
UNGProject/login.html
+0
-2
UNGProject/theme.html
UNGProject/theme.html
+0
-2
UNGProject/ung.html
UNGProject/ung.html
+2
-4
No files found.
UNGProject/login.html
View file @
5251f720
...
...
@@ -21,8 +21,6 @@
<script
type=
"text/javascript"
src=
"js/ung.js"
></script>
<script
type=
"text/javascript"
src=
"js/login.js"
></script>
<script
type=
"text/javascript"
charset=
"utf-8"
src=
"phonegap.0.9.6.js"
></script>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"images/ung/favicon.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
...
...
UNGProject/theme.html
View file @
5251f720
...
...
@@ -35,8 +35,6 @@
}
</script>
<script
type=
"text/javascript"
charset=
"utf-8"
src=
"phonegap.0.9.6.js"
></script>
<script
type=
"text/javascript"
>
// initialize
var
initPage
=
function
()
{
...
...
UNGProject/ung.html
View file @
5251f720
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
lang=
"en"
>
<head>
<meta
name=
"viewport"
content=
"width=device-width"
/>
<title>
UNG Docs
</title>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"css/ung.css"
/>
...
...
@@ -13,8 +13,6 @@
<script
type=
"text/javascript"
src=
"js/theme.js"
></script>
<script
type=
"text/javascript"
src=
"js/ung.js"
></script>
<script
type=
"text/javascript"
charset=
"utf-8"
src=
"phonegap.0.9.6.js"
></script>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"images/ung/favicon.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
...
...
@@ -153,7 +151,7 @@
<div
class=
"menu_create_object"
>
<label>
create document
</label>
<select
name=
"create_document"
on
C
hange=
"createNewDocument(this.value)"
>
<select
name=
"create_document"
on
c
hange=
"createNewDocument(this.value)"
>
<option
id=
"new"
value=
"title"
selected
>
New...
</option>
<option
value=
"text"
>
text
</option>
<option
value=
"table"
>
spreadshit
</option>
...
...
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