mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
fix: remove fartscroll
This commit is contained in:
parent
91f30bd9d2
commit
89157a832b
6 changed files with 0 additions and 22 deletions
|
@ -403,13 +403,6 @@
|
||||||
{script "js/al_notifs.js"}
|
{script "js/al_notifs.js"}
|
||||||
{/ifset}
|
{/ifset}
|
||||||
|
|
||||||
{if OPENVK_ROOT_CONF['openvk']['preferences']['bellsAndWhistles']['fartscroll']}
|
|
||||||
<script src="https://unpkg.com/fartscroll@1.0.0/fartscroll.js"></script>
|
|
||||||
<script>
|
|
||||||
fartscroll(400);
|
|
||||||
</script>
|
|
||||||
{/if}
|
|
||||||
|
|
||||||
<script>bsdnHydrate();</script>
|
<script>bsdnHydrate();</script>
|
||||||
|
|
||||||
<script n:if="OPENVK_ROOT_CONF['openvk']['telemetry']['plausible']['enable']" async defer data-domain="{php echo OPENVK_ROOT_CONF['openvk']['telemetry']['plausible']['domain']}" src="{php echo OPENVK_ROOT_CONF['openvk']['telemetry']['plausible']['server']}js/plausible.js"></script>
|
<script n:if="OPENVK_ROOT_CONF['openvk']['telemetry']['plausible']['enable']" async defer data-domain="{php echo OPENVK_ROOT_CONF['openvk']['telemetry']['plausible']['domain']}" src="{php echo OPENVK_ROOT_CONF['openvk']['telemetry']['plausible']['server']}js/plausible.js"></script>
|
||||||
|
|
|
@ -255,17 +255,6 @@
|
||||||
Disabled
|
Disabled
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td class="e">
|
|
||||||
Fartscroll
|
|
||||||
</td>
|
|
||||||
<td class="v">
|
|
||||||
{php echo OPENVK_ROOT_CONF["openvk"]["preferences"]["bellsAndWhistles"]["fartscroll"] ? "Enabled" : "Disabled"}
|
|
||||||
</td>
|
|
||||||
<td class="v">
|
|
||||||
Disabled
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="e">
|
<td class="e">
|
||||||
NDA Test Label
|
NDA Test Label
|
||||||
|
|
|
@ -63,7 +63,6 @@ openvk:
|
||||||
caption: "Ad caption"
|
caption: "Ad caption"
|
||||||
link: "https://example.org/product.aspx?id=10&from=ovk"
|
link: "https://example.org/product.aspx?id=10&from=ovk"
|
||||||
bellsAndWhistles:
|
bellsAndWhistles:
|
||||||
fartscroll: false
|
|
||||||
testLabel: false
|
testLabel: false
|
||||||
defaultMobileTheme: ""
|
defaultMobileTheme: ""
|
||||||
|
|
||||||
|
|
|
@ -101,7 +101,6 @@ openvk:
|
||||||
caption: "Ad caption"
|
caption: "Ad caption"
|
||||||
link: "https://example.org/product.aspx?id=10&from=ovk"
|
link: "https://example.org/product.aspx?id=10&from=ovk"
|
||||||
bellsAndWhistles:
|
bellsAndWhistles:
|
||||||
fartscroll: false
|
|
||||||
testLabel: false
|
testLabel: false
|
||||||
defaultMobileTheme: ""
|
defaultMobileTheme: ""
|
||||||
defaultFeaturePhoneTheme: ""
|
defaultFeaturePhoneTheme: ""
|
||||||
|
|
|
@ -97,7 +97,6 @@ data:
|
||||||
caption: "Ad caption"
|
caption: "Ad caption"
|
||||||
link: "https://example.org/product.aspx?id=10&from=ovk"
|
link: "https://example.org/product.aspx?id=10&from=ovk"
|
||||||
bellsAndWhistles:
|
bellsAndWhistles:
|
||||||
fartscroll: false
|
|
||||||
testLabel: false
|
testLabel: false
|
||||||
defaultMobileTheme: ""
|
defaultMobileTheme: ""
|
||||||
|
|
||||||
|
|
|
@ -101,7 +101,6 @@ openvk:
|
||||||
caption: "Ad caption"
|
caption: "Ad caption"
|
||||||
link: "https://example.org/product.aspx?id=10&from=ovk"
|
link: "https://example.org/product.aspx?id=10&from=ovk"
|
||||||
bellsAndWhistles:
|
bellsAndWhistles:
|
||||||
fartscroll: false
|
|
||||||
testLabel: false
|
testLabel: false
|
||||||
defaultMobileTheme: ""
|
defaultMobileTheme: ""
|
||||||
defaultFeaturePhoneTheme: ""
|
defaultFeaturePhoneTheme: ""
|
||||||
|
|
Loading…
Reference in a new issue