Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
videolan
vlc-2-2
Commits
858599f1
Commit
858599f1
authored
Apr 25, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
http/lua: remove minimized local jquery copy
parent
46910a9c
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
3356 deletions
+10
-3356
share/Makefile.am
share/Makefile.am
+0
-2
share/lua/http/index.html
share/lua/http/index.html
+2
-2
share/lua/http/js/jquery-1.5.1.min.js
share/lua/http/js/jquery-1.5.1.min.js
+0
-922
share/lua/http/js/jquery-ui-1.8.13.custom.min.js
share/lua/http/js/jquery-ui-1.8.13.custom.min.js
+0
-2422
share/lua/http/mobile.html
share/lua/http/mobile.html
+2
-2
share/lua/http/mobile_browse.html
share/lua/http/mobile_browse.html
+2
-2
share/lua/http/mobile_equalizer.html
share/lua/http/mobile_equalizer.html
+2
-2
share/lua/http/mobile_view.html
share/lua/http/mobile_view.html
+2
-2
No files found.
share/Makefile.am
View file @
858599f1
...
...
@@ -346,14 +346,12 @@ DIST_http_lua = \
lua/http/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
\
lua/http/css/main.css
\
lua/http/css/mobile.css
\
lua/http/js/jquery-1.5.1.min.js
\
lua/http/old/js/functions.js
\
lua/http/old/js/vlm.js
\
lua/http/js/ui.js
\
lua/http/js/common.js
\
lua/http/js/jquery.jstree.js
\
lua/http/js/controllers.js
\
lua/http/js/jquery-ui-1.8.13.custom.min.js
\
lua/http/old/style.css
DIST_solid
=
\
...
...
share/lua/http/index.html
View file @
858599f1
...
...
@@ -36,8 +36,8 @@
</script>
<link
type=
"text/css"
href=
"css/ui-lightness/jquery-ui-1.8.13.custom.css"
rel=
"stylesheet"
/>
<link
type=
"text/css"
href=
"css/main.css"
rel=
"stylesheet"
/>
<script
type=
"text/javascript"
src=
"
js/jquery-1.5.1
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
js/jquery-ui-1.8.13.custom
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui
.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/jquery.jstree.js"
></script>
<script
type=
"text/javascript"
src=
"js/ui.js"
></script>
<script
type=
"text/javascript"
src=
"js/controllers.js"
></script>
...
...
share/lua/http/js/jquery-1.5.1.min.js
deleted
100644 → 0
View file @
46910a9c
This diff is collapsed.
Click to expand it.
share/lua/http/js/jquery-ui-1.8.13.custom.min.js
deleted
100644 → 0
View file @
46910a9c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
share/lua/http/mobile.html
View file @
858599f1
...
...
@@ -31,8 +31,8 @@
<script
type=
"text/javascript"
src=
"js/common.js"
></script>
<link
type=
"text/css"
href=
"css/ui-lightness/jquery-ui-1.8.13.custom.css"
rel=
"stylesheet"
/>
<link
type=
"text/css"
href=
"css/mobile.css"
rel=
"stylesheet"
/>
<script
type=
"text/javascript"
src=
"
js/jquery-1.5.1
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
js/jquery-ui-1.8.13.custom
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui
.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/jquery.jstree.js"
></script>
<script
type=
"text/javascript"
src=
"http://releases.flowplayer.org/js/flowplayer-3.2.6.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/ui.js"
></script>
...
...
share/lua/http/mobile_browse.html
View file @
858599f1
...
...
@@ -29,8 +29,8 @@
<script
type=
"text/javascript"
src=
"js/common.js"
></script>
<link
type=
"text/css"
href=
"css/ui-lightness/jquery-ui-1.8.13.custom.css"
rel=
"stylesheet"
/>
<link
type=
"text/css"
href=
"css/main.css"
rel=
"stylesheet"
/>
<script
type=
"text/javascript"
src=
"
js/jquery-1.5.1
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
js/jquery-ui-1.8.13.custom
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui
.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/jquery.jstree.js"
></script>
<script
type=
"text/javascript"
src=
"js/controllers.js"
></script>
<script
type=
"text/javascript"
>
...
...
share/lua/http/mobile_equalizer.html
View file @
858599f1
...
...
@@ -29,8 +29,8 @@
<script
type=
"text/javascript"
src=
"js/common.js"
></script>
<link
type=
"text/css"
href=
"css/ui-lightness/jquery-ui-1.8.13.custom.css"
rel=
"stylesheet"
/>
<link
type=
"text/css"
href=
"css/main.css"
rel=
"stylesheet"
/>
<script
type=
"text/javascript"
src=
"
js/jquery-1.5.1
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
js/jquery-ui-1.8.13.custom
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui
.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/jquery.jstree.js"
></script>
<script
type=
"text/javascript"
src=
"js/controllers.js"
></script>
<script
type=
"text/javascript"
>
...
...
share/lua/http/mobile_view.html
View file @
858599f1
...
...
@@ -29,8 +29,8 @@
<script
type=
"text/javascript"
src=
"js/common.js"
></script>
<link
type=
"text/css"
href=
"css/ui-lightness/jquery-ui-1.8.13.custom.css"
rel=
"stylesheet"
/>
<link
type=
"text/css"
href=
"css/main.css"
rel=
"stylesheet"
/>
<script
type=
"text/javascript"
src=
"
js/jquery-1.5.1
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
js/jquery-ui-1.8.13.custom
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui
.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/jquery.jstree.js"
></script>
<script
type=
"text/javascript"
src=
"js/controllers.js"
></script>
<script
type=
"text/javascript"
src=
"js/ui.js"
></script>
...
...
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