diff --git a/classes/feeds.php b/classes/feeds.php
index 30478ae39..04553451c 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -640,7 +640,6 @@ class Feeds extends Handler_Protected {
};
= __("Share with Tiny Tiny RSS") ?>
Tiny Tiny RSS
@@ -946,7 +943,6 @@ class Handler_Public extends Handler {
diff --git a/include/login_form.php b/include/login_form.php
index c3660bced..d1af23459 100755
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -6,10 +6,8 @@
{
+ reply.forEach((p) => {
profile
.attr("disabled", false)
.addOption(p);
diff --git a/index.php b/index.php
index 4a4d336ca..4494082dd 100644
--- a/index.php
+++ b/index.php
@@ -76,8 +76,7 @@
-1,
- Gecko: ua.indexOf('Gecko') > -1 && ua.indexOf('KHTML') === -1,
- MobileSafari: /Apple.*Mobile/.test(ua)
- }
- })(),
-
- BrowserFeatures: {
- XPath: !!document.evaluate,
-
- SelectorsAPI: !!document.querySelector,
-
- ElementExtensions: (function() {
- var constructor = window.Element || window.HTMLElement;
- return !!(constructor && constructor.prototype);
- })(),
- SpecificElementExtensions: (function() {
- if (typeof window.HTMLDivElement !== 'undefined')
- return true;
-
- var div = document.createElement('div'),
- form = document.createElement('form'),
- isSupported = false;
-
- if (div['__proto__'] && (div['__proto__'] !== form['__proto__'])) {
- isSupported = true;
- }
-
- div = form = null;
-
- return isSupported;
- })()
- },
-
- ScriptFragment: '