Skip to content

Commit

Permalink
fix: remove fartscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
WerySkok committed Sep 7, 2024
1 parent 91f30bd commit 89157a8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 22 deletions.
7 changes: 0 additions & 7 deletions Web/Presenters/templates/@layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,13 +403,6 @@
{script "js/al_notifs.js"}
{/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 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>
Expand Down
11 changes: 0 additions & 11 deletions Web/Presenters/templates/About/Version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,17 +255,6 @@
Disabled
</td>
</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>
<td class="e">
NDA Test Label
Expand Down
1 change: 0 additions & 1 deletion install/automated/common/openvk.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ openvk:
caption: "Ad caption"
link: "https://example.org/product.aspx?id=10&from=ovk"
bellsAndWhistles:
fartscroll: false
testLabel: false
defaultMobileTheme: ""

Expand Down
1 change: 0 additions & 1 deletion install/automated/docker/openvk.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ openvk:
caption: "Ad caption"
link: "https://example.org/product.aspx?id=10&from=ovk"
bellsAndWhistles:
fartscroll: false
testLabel: false
defaultMobileTheme: ""
defaultFeaturePhoneTheme: ""
Expand Down
1 change: 0 additions & 1 deletion install/automated/kubernetes/manifests/001-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ data:
caption: "Ad caption"
link: "https://example.org/product.aspx?id=10&from=ovk"
bellsAndWhistles:
fartscroll: false
testLabel: false
defaultMobileTheme: ""
Expand Down
1 change: 0 additions & 1 deletion openvk-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ openvk:
caption: "Ad caption"
link: "https://example.org/product.aspx?id=10&from=ovk"
bellsAndWhistles:
fartscroll: false
testLabel: false
defaultMobileTheme: ""
defaultFeaturePhoneTheme: ""
Expand Down

0 comments on commit 89157a8

Please sign in to comment.