Update issue banner

dev
gravel 2 years ago
parent 49dbbe2ef3
commit aa6f15499f
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -843,12 +843,3 @@ function sortTable(column) {
document.documentElement.classList.add("js");
onInteractive(onLoad)
onInteractive(() => {
document.querySelector("#banner-sample-search")?.addEventListener('click', function() {
useSearchTerm(this.getAttribute('data-search-target'), true);
dom.btn_share_search()?.classList.add('highlight');
// Do not remove class
// Animation should not retrigger
})
});

@ -2,13 +2,17 @@
<span class="banner-note">
news banner
</span>
<p class="banner-title">Sharing Communities just got easier!</p>
<p class="banner-title">Simple Mobile Tools: sold.</p>
<p
class="banner-subtitle js-only"
>Show someone the way by clicking 'Share' from <a id="banner-sample-search" href="#q=#privacy" data-search-target="#privacy">your favorite search</a>!</p>
<noscript><p
class="banner-subtitle"
>Show someone the way by adding <code>#privacy</code> or <code>#q=lang:zh</code> to the URL!</p></noscript>
><a
href="https://alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/"
title="Simple Mobile Tools bought by ZipoApps, sparks controversy over future of open source apps | AlternativeTo"
target="_blank"
>Source</a> &amp; <a
href="https://tgrush.bearblog.dev/simple-mobile-tools-falls-victim-to-zipoapps/"
title="Simple Mobile Tools falls victim to ZipoApps | ~/Simon's Blog "
target="_blank"
>updates</a>.</p>
</div>

Loading…
Cancel
Save