mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-21 05:45:28 +00:00
sorta-kinda fix the feedlist
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user