Compare commits
No commits in common. "594947852fdeb1ba3b02e0a055d727f47c41589c" and "012aed42b16611742b6ad389cb84d51d06caf182" have entirely different histories.
594947852f
...
012aed42b1
3 changed files with 3 additions and 13 deletions
|
@ -97,11 +97,6 @@
|
||||||
|
|
||||||
{% block foot %}
|
{% block foot %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
tippy('.profiles [title]', {
|
tippy('.profiles [title]', {arrow: true});
|
||||||
arrow: true,
|
|
||||||
content: function(element) {
|
|
||||||
return element.getAttribute('title');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -71,11 +71,6 @@
|
||||||
|
|
||||||
{% block foot %}
|
{% block foot %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
tippy('[data-tippy-theme]', {
|
tippy('[data-tippy-theme]', {arrow: true});
|
||||||
arrow: true,
|
|
||||||
content: function(element) {
|
|
||||||
return document.querySelector(element.getAttribute('data-tippy-html')).innerHTML;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lemoncurry",
|
"name": "lemoncurry",
|
||||||
"version": "1.10.2",
|
"version": "1.10.1",
|
||||||
"repository": "https://git.00dani.me/00dani/lemoncurry",
|
"repository": "https://git.00dani.me/00dani/lemoncurry",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue