mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Update date (I forgor 💀)
This commit is contained in:
parent
a46192566f
commit
5791a72f0a
4 changed files with 3 additions and 22 deletions
|
@ -75,7 +75,7 @@ window.onload = function () {
|
||||||
'Using <a href="https://phosphoricons.com/">Phosphoricons</a> and ' +
|
'Using <a href="https://phosphoricons.com/">Phosphoricons</a> and ' +
|
||||||
'<a href="https://www.gent.media/manrope">Manrope</a> <br>' +
|
'<a href="https://www.gent.media/manrope">Manrope</a> <br>' +
|
||||||
'Made by Fluffy and others with ❤️ <br>' +
|
'Made by Fluffy and others with ❤️ <br>' +
|
||||||
'<a href="https://github.com/Fluffy-Bean/onlylegs">V23.04.05</a>');
|
'<a href="https://github.com/Fluffy-Bean/onlylegs">V23.04.06</a>');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -63,22 +63,3 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block script %}
|
|
||||||
<script type="text/javascript">
|
|
||||||
/*if (document.referrer.includes('image')) {
|
|
||||||
try {
|
|
||||||
let referrerId = document.referrer.split('/').pop();
|
|
||||||
|
|
||||||
let imgOffset = document.getElementById('image-' + referrerId).offsetTop;
|
|
||||||
let imgHeight = document.getElementById('image-' + referrerId).offsetHeight;
|
|
||||||
let windowHeight = window.innerHeight;
|
|
||||||
|
|
||||||
document.querySelector('html').style.scrollBehavior = 'auto';
|
|
||||||
window.scrollTo(0, imgOffset + (imgHeight / 2) - (windowHeight / 2));
|
|
||||||
document.querySelector('html').style.scrollBehavior = 'smooth';
|
|
||||||
} catch (e) {
|
|
||||||
console.log(e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
{% endblock %}
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "onlylegs"
|
name = "onlylegs"
|
||||||
version = "23.04.05"
|
version = "23.04.06"
|
||||||
description = "Gallery built for fast and simple image management"
|
description = "Gallery built for fast and simple image management"
|
||||||
authors = ["Fluffy-Bean <michal-gdula@protonmail.com>"]
|
authors = ["Fluffy-Bean <michal-gdula@protonmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
2
run.py
2
run.py
|
@ -14,7 +14,7 @@ print("""
|
||||||
#+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+#
|
#+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+#
|
||||||
######## ### #### ########## ### ########## ######### ######### ########
|
######## ### #### ########## ### ########## ######### ######### ########
|
||||||
|
|
||||||
Created by Fluffy Bean - Version 23.04.05
|
Created by Fluffy Bean - Version 23.04.06
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue