Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerry wham
Make-S5-Easy
Commits
636ae054
Commit
636ae054
authored
Oct 25, 2017
by
jerry wham
Browse files
Update utils.js
parent
167d3857
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/utils.js
View file @
636ae054
...
...
@@ -77,4 +77,8 @@ doAction('duplicate','duplicate');
doAction
(
'
rename
'
,
'
rename
'
);
doAction
(
'
editor
'
,
'
edit
'
);
doAction
(
'
add
'
,
'
add
'
);
danger
();
\ No newline at end of file
danger
();
var
side
=
document
.
querySelector
(
'
aside
'
);
var
h
=
widthAndHeight
(
'
height
'
,
'
main
'
)
-
40
-
125
;
//height of footer and thumb
side
.
style
=
"
height:
"
+
h
+
"
px;
"
;
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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