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
Website
poul.org
Commits
c53b6479
Verified
Commit
c53b6479
authored
Apr 09, 2020
by
Roberto Bochet
Browse files
Remove code to solve
#2
parent
60381117
Pipeline
#541
passed with stage
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
assets/js/scripts.js
View file @
c53b6479
...
...
@@ -8,10 +8,4 @@ document.addEventListener('DOMContentLoaded', () => {
// Responsive-Nav
var
nav
=
responsiveNav
(
"
.nav-collapse
"
);
// Round Reading Time
$
(
"
.post .meta .time
"
).
text
(
function
(
index
,
value
)
{
return
Math
.
round
(
parseFloat
(
value
));
});
});
\ No newline at end of file
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