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
Donald Haase
Web-Comic-Reader
Commits
efee58bc
Commit
efee58bc
authored
Oct 22, 2019
by
Afif Zafri
Browse files
added copyright year
parent
16d5686a
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/js/script.js
View file @
efee58bc
$
(
document
).
ready
(
function
(){
// current year
$
(
'
#currYear
'
).
html
((
new
Date
()).
getFullYear
());
// Load all the archive formats
loadArchiveFormats
([
'
rar
'
,
'
zip
'
,
'
tar
'
]);
...
...
index.html
View file @
efee58bc
...
...
@@ -25,7 +25,7 @@
<div
id=
"output"
></div>
<br><br>
Afif Zafri
©
2017
Afif Zafri
©
2017
-
<span
id=
'currYear'
></span>
</center>
<!-- fork me on github ribbon -->
...
...
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