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 %}
|
||||
<script type="text/javascript">
|
||||
tippy('.profiles [title]', {
|
||||
arrow: true,
|
||||
content: function(element) {
|
||||
return element.getAttribute('title');
|
||||
}
|
||||
});
|
||||
tippy('.profiles [title]', {arrow: true});
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
|
|
@ -71,11 +71,6 @@
|
|||
|
||||
{% block foot %}
|
||||
<script type="text/javascript">
|
||||
tippy('[data-tippy-theme]', {
|
||||
arrow: true,
|
||||
content: function(element) {
|
||||
return document.querySelector(element.getAttribute('data-tippy-html')).innerHTML;
|
||||
}
|
||||
});
|
||||
tippy('[data-tippy-theme]', {arrow: true});
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lemoncurry",
|
||||
"version": "1.10.2",
|
||||
"version": "1.10.1",
|
||||
"repository": "https://git.00dani.me/00dani/lemoncurry",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue