diff --git a/libs/timeline.css b/libs/timeline.css index 1701d1d..a96a3e6 100644 --- a/libs/timeline.css +++ b/libs/timeline.css @@ -246,10 +246,10 @@ nav.pagnation { #refreshInfo { font-weight: bold; +/* display: block;*/ } #refreshURL { - display: block; } #refreshCounter { diff --git a/views/refresh.php b/views/refresh.php index 56c2a2d..f2bf9d6 100644 --- a/views/refresh.php +++ b/views/refresh.php @@ -18,11 +18,10 @@ include 'partials/header.php'; ?>
- Loading feeds followed by: - = preg_replace('(^https?://)', '', $url) ?> - (1 of 10) + Loading feeds followed by: + = preg_replace('(^https?://)', '', $url) ?> +
- document.getElementById("refreshInfo").innerHTML = "Updating feed from:"'; + foreach ($twtFollowingList as $following) { //ob_start(); $float = $i/$total; $percent = intval($float * 100)."%"; - + $feed = $following[1]; + //$feed = preg_replace('(^https?://)', '', $feed); + //$feed = $following[0].'@'. parse_url($following[1], PHP_URL_HOST); + $feed = $following[0].' ('.$following[1].')'; + // Javascript for updating the progress bar and information echo ''; @@ -86,7 +88,9 @@ foreach ($twtFollowingList as $following) { // Tell user that the process is completed echo '';