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
Carlos Ramos Carreño
slapos.core
Commits
5048cb1b
Commit
5048cb1b
authored
Apr 06, 2012
by
Thomas Lechauve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove mobile test html page
Try to have only one library for pc browser and mobile browser
parent
6391a573
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
jQuery/templates/test-mobile.html
jQuery/templates/test-mobile.html
+0
-17
No files found.
jQuery/templates/test-mobile.html
deleted
100644 → 0
View file @
6391a573
<!doctype html>
<html>
<head>
<link
rel=
"stylesheet"
href=
"http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css"
/>
<script
src=
"http://code.jquery.com/jquery-1.6.4.min.js"
></script>
<script
src=
"http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"
></script>
<script
type=
"text/javascript"
src=
"{{url_for('static', filename='js/slapOs.js')}}"
></script>
<title>
Test Slapos
</title>
</head>
<body>
<script
type=
"text/javascript"
>
$
.
mobile
.
allowCrossDomainPages
=
true
;
$
.
mobile
.
pushStateEnabled
=
false
;
var
s
=
new
SlapOs
();
s
.
request
(
'
GET
'
,
'
http://127.0.0.1:5000/request
'
,
null
);
</script>
</body>
\ No newline at end of file
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