Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Francois GUILLAUME
dashboard-ecole-ete
Commits
a9aba9b5
Commit
a9aba9b5
authored
Jun 21, 2016
by
Jeff MrBE4R
Browse files
commit 4
parent
2131dfff
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/console.html
View file @
a9aba9b5
...
...
@@ -15,7 +15,13 @@
var
nH
=
$
(
document
).
height
()
-
90
;
$
(
"
#novnc
"
).
css
(
"
height
"
,
nH
+
'
px
'
);
}
$
(
document
).
ready
(
iframeFullSize
());
$
(
document
).
ready
(
function
iframeFullSize
(){
$
(
"
#novnc
"
).
css
(
"
width
"
,
$
(
"
#page-wrapper
"
).
width
());
var
nH
=
$
(
document
).
height
()
-
90
;
$
(
"
#novnc
"
).
css
(
"
height
"
,
nH
+
'
px
'
);
}
);
$
(
document
).
ready
(
function
()
{
setTimeout
(
function
(){
var
iframe
=
$
(
"
#novnc
"
)[
0
];
...
...
Write
Preview
Supports
Markdown
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