Add meta feed functionality and enhance error handling in catalog API
This commit is contained in:
@@ -100,7 +100,7 @@ echo '
|
||||
<script>
|
||||
var link = "'.$baseurl.'";
|
||||
var DEBUG = '.(debug ? 'true' : 'false').';
|
||||
var port, textEncoder, writableStreamClosed, writer, historyIndex = -1;
|
||||
var historyIndex = -1;
|
||||
const lineHistory = [];
|
||||
</script>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user