1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-21 01:45:28 +00:00

sorta-kinda fix the feedlist

This commit is contained in:
Andrew Dolgov
2012-08-13 18:56:55 +04:00
parent 2a060a9456
commit 2ecd2df560
4 changed files with 134 additions and 340 deletions

View File

@@ -79,7 +79,11 @@
}
foreach (array("tt-rss", "functions", "feedlist", "viewfeed", "FeedTree") as $js) {
echo JSMin::minify(file_get_contents("js/$js.js"));
if (!isset($_GET['debug'])) {
echo JSMin::minify(file_get_contents("js/$js.js"));
} else {
echo file_get_contents("js/$js.js");
}
}
?>
</script>