feeds-fun 1.21.4 → 1.21.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feeds-fun",
3
- "version": "1.21.4",
3
+ "version": "1.21.6",
4
4
  "author": "Aliaksei Yaletski (Tiendil) <a.eletsky@gmail.com> (https://tiendil.org/)",
5
5
  "description": "Frontend for the Feeds Fun — web-based news reader",
6
6
  "keywords": [
@@ -96,7 +96,6 @@
96
96
  }
97
97
 
98
98
  function beforeEmailSend() {
99
- window.alert("Please check your email for the magic link");
100
99
  requested.value = true;
101
100
  counting.value = true;
102
101
  }