fix: remove fartscroll

This commit is contained in:
Alexander Minkin 2024-09-07 18:29:44 +03:00
parent 91f30bd9d2
commit 89157a832b
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30
6 changed files with 0 additions and 22 deletions

View file

@ -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>

View file

@ -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

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""