mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 19:11:29 +00:00
drop errors.php and simplify error handling
This commit is contained in:
@@ -6,11 +6,10 @@
|
||||
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<?php
|
||||
foreach (array("lib/dojo/dojo.js",
|
||||
foreach (["lib/dojo/dojo.js",
|
||||
"lib/dojo/tt-rss-layer.js",
|
||||
"js/common.js",
|
||||
"js/utility.js",
|
||||
"errors.php?mode=js") as $jsfile) {
|
||||
"js/utility.js"] as $jsfile) {
|
||||
|
||||
echo javascript_tag($jsfile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user