Compare commits
No commits in common. "4fdb4ffec39e635145b051ac318d533b522b9477" and "acb9d700e027e156656989c28dffc1f1a6f5b79b" have entirely different histories.
4fdb4ffec3
...
acb9d700e0
|
|
@ -39,19 +39,17 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
<template v-if="sites.length > 0">
|
||||
<span
|
||||
v-show="!expanded"
|
||||
class="expand expand-sidebar noselect"
|
||||
@click="expanded = true"
|
||||
><Icon icon="arrow-right3" /></span>
|
||||
<span
|
||||
v-show="!expanded"
|
||||
class="expand expand-sidebar noselect"
|
||||
@click="expanded = true"
|
||||
><Icon icon="arrow-right3" /></span>
|
||||
|
||||
<span
|
||||
v-show="expanded"
|
||||
class="expand expand-sidebar noselect"
|
||||
@click="expanded = false"
|
||||
><Icon icon="arrow-left3" /></span>
|
||||
</template>
|
||||
<span
|
||||
v-show="expanded"
|
||||
class="expand expand-sidebar noselect"
|
||||
@click="expanded = false"
|
||||
><Icon icon="arrow-left3" /></span>
|
||||
|
||||
<div
|
||||
class="header"
|
||||
|
|
@ -72,7 +70,7 @@
|
|||
</div>
|
||||
|
||||
<div class="content-inner">
|
||||
<template v-if="sites.length > 0">
|
||||
<template v-if="sites.length">
|
||||
<span
|
||||
v-show="expanded"
|
||||
class="expand collapse-header noselect"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.49.5",
|
||||
"version": "1.49.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.49.5",
|
||||
"version": "1.49.4",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue