Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-web-393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-web-393
Commits
0e652066
Commit
0e652066
authored
Jun 11, 2019
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+debug line
parent
a6ac5c0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
jp4-viewer.js
src/jp4-viewer/jp4-viewer.js
+3
-1
No files found.
src/jp4-viewer/jp4-viewer.js
View file @
0e652066
...
...
@@ -27,7 +27,7 @@ function parseURL(){
$
(
function
(){
$
.
ajax
({
url
:
"http://192.168.0.9
:2323"
,
url
:
location
.
host
+
"
:2323"
,
success
:
function
(){
console
.
log
(
"success"
);
}
...
...
@@ -54,6 +54,8 @@ function handleImage(e) {
reader
.
onload
=
function
(
event
){
//$("#smallimage").attr("src",event.target.result);
console
.
log
(
"File loaded"
);
$
(
"#jp4view"
).
html
(
""
);
var
view
=
$
(
"<div>"
,{
id
:
"img"
});
...
...
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