diff --git a/include/functions.php b/include/functions.php
index aa5575548..535d47674 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1831,11 +1831,6 @@
function make_init_params($link) {
$params = array();
- $params["sign_progress"] = "images/indicator_white.gif";
- $params["sign_progress_tiny"] = "images/indicator_tiny.gif";
- $params["sign_excl"] = "images/sign_excl.svg";
- $params["sign_info"] = "images/sign_info.svg";
-
foreach (array("ON_CATCHUP_SHOW_NEXT_FEED", "HIDE_READ_FEEDS",
"ENABLE_FEED_CATS", "FEEDS_SORT_BY_UNREAD", "CONFIRM_FEED_CATCHUP",
"CDM_AUTO_CATCHUP", "FRESH_ARTICLE_MAX_AGE", "DEFAULT_ARTICLE_LIMIT",
diff --git a/js/functions.js b/js/functions.js
index 4840bcbe1..db4fedcd5 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -201,13 +201,13 @@ function notify_real(msg, no_hide, n_type) {
n.className = "notify";
} else if (n_type == 2) {
n.className = "notifyProgress";
- msg = " " + msg;
+ msg = " " + msg;
} else if (n_type == 3) {
n.className = "notifyError";
- msg = " " + msg;
+ msg = " " + msg;
} else if (n_type == 4) {
n.className = "notifyInfo";
- msg = " " + msg;
+ msg = " " + msg;
}
// msg = " " + msg;