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
80505297
Commit
80505297
authored
Jan 13, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved init() to js file
parent
5ffa30a5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
debugfs.html
src/debugfs-webgui/debugfs.html
+4
-2
debugfs.js
src/debugfs-webgui/debugfs.js
+4
-0
No files found.
src/debugfs-webgui/debugfs.html
View file @
80505297
<html>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<script
src=
"js/jquery-2.2.3.js"
></script>
<script
src=
"jquery.ajax.queue.js"
></script>
<script
src=
"debugfs.js"
></script>
...
...
@@ -7,6 +9,6 @@
<link
rel=
"stylesheet"
href=
"js/bootstrap/css/bootstrap.css"
/>
<link
rel=
"stylesheet"
href=
"debugfs.css"
/>
</head>
<body
onload=
'init()'
>
<body>
</body>
</html>
\ No newline at end of file
src/debugfs-webgui/debugfs.js
View file @
80505297
...
...
@@ -25,6 +25,10 @@
* for the JavaScript code in this page.
*/
window
.
onload
=
function
(){
init
();
}
var
CUT_STRING_LIMIT
=
20
;
var
NLINES
=
30
;
...
...
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