Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
41f20ba6
Commit
41f20ba6
authored
Jun 27, 2012
by
Thomas Lechauve
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'slapjs' of
http://git.erp5.org/repos/slapos.core
into slapjs
parents
1470dfc0
4f3ad1e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
vifib/static/js/core.js
vifib/static/js/core.js
+1
-11
No files found.
vifib/static/js/core.js
View file @
41f20ba6
...
...
@@ -63,14 +63,7 @@
return
this
.
each
(
function
()
{
// JQM configuration
// Initialize slapos in this context
//$(this).slapos({'host': 'http://10.8.2.34:12006/erp5/portal_vifib_rest_api_v1'});
$
(
this
).
slapos
({
'
host
'
:
'
http://10.8.2.34:12006/erp5/portal_vifib_rest_api_v1
'
});
// Bind Loading content
//$('#loading').ajaxStart(function () {
//$(this).spin(spinOptions);
//}).ajaxStop(function () {
//$(this).spin(false);
//});
for
(
var
level
=
0
;
level
<
routes
.
length
;
level
+=
1
)
{
for
(
var
i
=
0
;
i
<
routes
[
level
].
length
;
i
+=
1
)
{
var
r
=
routes
[
level
][
i
];
...
...
@@ -676,9 +669,6 @@
};
}(
jQuery
));
$
(
document
).
bind
(
'
pagecreate
'
,
function
()
{
$
(
document
).
ready
(
function
()
{
$
(
'
body
'
).
vifib
();
});
$
(
document
).
bind
(
'
pagebeforecreate
'
,
function
(
e
,
data
)
{
//e.preventDefault();
});
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