Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
42126790
Commit
42126790
authored
Mar 17, 2015
by
Marc Duez
Browse files
index.js: remove some hard-coded html element ( > js object must build what they need)
parent
f0438593
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/index.html
View file @
42126790
...
@@ -292,9 +292,6 @@
...
@@ -292,9 +292,6 @@
</div>
</div>
</div>
</div>
<div
id=
"frame-container"
></div>
<div
id=
"data-container"
>
<div
id=
"data-container"
>
<span
class=
"closeButton"
onclick=
"console.closeDataBox()"
>
X
</span>
<span
class=
"closeButton"
onclick=
"console.closeDataBox()"
>
X
</span>
...
@@ -302,19 +299,6 @@
...
@@ -302,19 +299,6 @@
</div>
</div>
<div
id=
"db_div"
>
<span
class=
"closeButton"
onclick=
"db.close()"
>
X
</span>
<div
id=
"db_msg"
></div>
</div>
<form
id=
"form"
></form>
<div
id=
"waiting_screen"
>
<div
id=
"waiting_mes"
></div></div>
</body>
</body>
</html>
</html>
...
...
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