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
aeb8119c
Commit
aeb8119c
authored
Oct 14, 2011
by
Gabriel Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove duplicate file and update path to jquery file
parent
ad4bf5b4
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
43 deletions
+9
-43
UNGProject/js/jquery/plugin/svg-editor/svg-editor.html
UNGProject/js/jquery/plugin/svg-editor/svg-editor.html
+2
-2
UNGProject/svg-edit/jquery.js
UNGProject/svg-edit/jquery.js
+0
-17
UNGProject/svg-edit/svg-editor.html
UNGProject/svg-edit/svg-editor.html
+2
-2
UNGProject/unhosted/jio.js
UNGProject/unhosted/jio.js
+2
-2
UNGProject/unhosted/jquery.js
UNGProject/unhosted/jquery.js
+0
-17
UNGProject/unhosted/login.html
UNGProject/unhosted/login.html
+1
-1
UNGProject/unhosted/register.html
UNGProject/unhosted/register.html
+2
-2
No files found.
UNGProject/js/jquery/plugin/svg-editor/svg-editor.html
View file @
aeb8119c
...
...
@@ -12,7 +12,7 @@
<!-- Release version of script tags: -->
<script
type=
"text/javascript"
src=
"jquery.js"
></script>
<script
type=
"text/javascript"
src=
"j
s/jquery/j
query.js"
></script>
<script
type=
"text/javascript"
src=
"hotkeys/jquery.hotkeys.min.js"
></script>
<script
type=
"text/javascript"
src=
"jgraduate/jquery.jgraduate.min.js"
></script>
<script
type=
"text/javascript"
src=
"svgicons/jquery.svgicons.min.js"
></script>
...
...
@@ -617,4 +617,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
UNGProject/svg-edit/jquery.js
deleted
100644 → 0
View file @
ad4bf5b4
This diff is collapsed.
Click to expand it.
UNGProject/svg-edit/svg-editor.html
View file @
aeb8119c
...
...
@@ -12,7 +12,7 @@
<!-- Release version of script tags: -->
<script
type=
"text/javascript"
src=
"jquery.js"
></script>
<script
type=
"text/javascript"
src=
"j
s/jquery/j
query.js"
></script>
<script
type=
"text/javascript"
src=
"hotkeys/jquery.hotkeys.min.js"
></script>
<script
type=
"text/javascript"
src=
"jgraduate/jquery.jgraduate.min.js"
></script>
<script
type=
"text/javascript"
src=
"svgicons/jquery.svgicons.min.js"
></script>
...
...
@@ -618,4 +618,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
UNGProject/unhosted/jio.js
View file @
aeb8119c
...
...
@@ -9,7 +9,7 @@
*/
var
dependenceLoaded
=
includeJS
([
//files to load
"
unhosted/sjcl.js
"
,
"
unhosted
/jquery.js
"
,
"
js/jquery
/jquery.js
"
,
"
unhosted/base64.js
"
],
function
()
{
// return true only if dependencies are loaded
return
(
window
.
$
&&
window
.
sjcl
&&
window
.
Base64
)
// check jQuery, sjcl & Base64
...
...
@@ -968,7 +968,7 @@
* @param ready : (optional) array of elements allowing to know if dependencies are ready
* @param instruction : (optional) instruction to execute when dependencies are loaded
* @return the ready function
* @example : includeJS("jquery.js",[$]);
* @example : includeJS("j
s/jquery/j
query.js",[$]);
*/
function
includeJS
(
url
,
ready
,
instruction
)
{
//path = findURL("jio.js");
...
...
UNGProject/unhosted/jquery.js
deleted
100644 → 0
View file @
ad4bf5b4
This diff is collapsed.
Click to expand it.
UNGProject/unhosted/login.html
View file @
aeb8119c
...
...
@@ -3,7 +3,7 @@
<head>
<title></title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<script
type=
"text/javascript"
src=
"jquery.js"
></script>
<script
type=
"text/javascript"
src=
"j
s/jquery/j
query.js"
></script>
<script
type=
"text/javascript"
>
function
getParameters
()
{
...
...
UNGProject/unhosted/register.html
View file @
aeb8119c
...
...
@@ -3,7 +3,7 @@
<head>
<title></title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<script
type=
"text/javascript"
src=
"jquery.js"
></script>
<script
type=
"text/javascript"
src=
"j
s/jquery/j
query.js"
></script>
<script
type=
"text/javascript"
>
function
register
()
{
//remember the user
...
...
@@ -58,4 +58,4 @@
</div>
</form>
</body>
</html>
\ No newline at end of file
</html>
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