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
703582df
Commit
703582df
authored
Dec 13, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow -2 from GET
parent
368ff4f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
parsedit.php
src/php_top/parsedit.php
+2
-2
No files found.
src/php_top/parsedit.php
View file @
703582df
...
...
@@ -1128,7 +1128,7 @@ function parseGetNames() {
$value
=
explode
(
$ahead_separator
,
$value
);
if
(
count
(
$value
)
>
1
)
{
$ahead
=
myval
(
$value
[
1
]);
if
(
$ahead
<
0
)
$ahead
=
0
;
//
if ($ahead<0) $ahead=0;
}
else
{
$ahead
=
$default_ahead
;
}
...
...
@@ -1240,7 +1240,7 @@ function onchangeHex(elem,id_dec,id_apply) {
function onchangeDelay(elem,id_apply) {
// alert ("onchangeDelay("+elem.id+","+id_apply+")");
var d=document.getElementById(elem.id).value;
if (d<0) document.getElementById(elem.id).value=0;
//
if (d<0) document.getElementById(elem.id).value=0;
document.getElementById(id_apply).checked=true;
}
function onchangeBroadcast(elem,id_apply) {
...
...
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