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
59fb3238
Commit
59fb3238
authored
Aug 20, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
not queuing the 1st request
parent
cfe49b99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
debugfs.js
src/debugfs-webgui/debugfs.js
+5
-2
No files found.
src/debugfs-webgui/debugfs.js
View file @
59fb3238
...
...
@@ -31,7 +31,8 @@ function init(){
b1
.
click
(
function
(){
$
.
ajax
({
url
:
"debugfs.php?cmd=savetofs"
url
:
"debugfs.php?cmd=savetofs"
,
queue
:
true
});
});
...
...
@@ -42,7 +43,8 @@ function init(){
b2
.
click
(
function
(){
$
.
ajax
({
url
:
"debugfs.php?cmd=restore"
url
:
"debugfs.php?cmd=restore"
,
queue
:
true
});
});
...
...
@@ -263,6 +265,7 @@ function init_ui_controls(record,index){
file
=
$
(
this
).
attr
(
"file"
);
$
.
ajax
({
url
:
"debugfs.php?cmd=reread&file="
+
file
,
queue
:
true
,
success
:
function
(
data
){
rec
=
jQuery
.
parseJSON
(
data
);
target
=
$
(
"#content_"
+
id
).
find
(
"#content_td"
);
...
...
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