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
626d4ea8
Commit
626d4ea8
authored
Jan 25, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init and refresh
parent
0baa7e8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
photo-finish.js
src/photofinish/photo-finish.js
+16
-0
No files found.
src/photofinish/photo-finish.js
View file @
626d4ea8
...
...
@@ -29,10 +29,26 @@ $(function(){
$
(
"#init"
).
on
(
'click'
,
function
(){
console
.
log
(
"init photo finish"
);
$
.
ajax
({
url
:
"photo-finish.php?cmd=init"
,
success
:
function
(){
console
.
log
(
"success"
);
}
});
});
$
(
"#refresh"
).
on
(
'click'
,
function
(){
console
.
log
(
"refresh images"
);
t1
=
$
(
"#display-panel"
).
jp4
({
ip
:
"127.0.0.1"
,
port
:
2323
,
width
:
600
,
fast
:
true
,
lowres
:
0
,
webworker_path
:
"/js"
});
});
var
t1
=
$
(
"#display-panel"
).
jp4
({
...
...
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