1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 01:01:29 +00:00

remove obsolete methods to call init(); code cleanup

This commit is contained in:
Andrew Dolgov
2009-12-24 12:20:01 +03:00
parent 87dd6451fc
commit 44258fa967
5 changed files with 9 additions and 102 deletions

View File

@@ -1217,9 +1217,6 @@ function init() {
try {
if (arguments.callee.done) return;
arguments.callee.done = true;
if (getURLParam('debug')) {
Element.show("debug_output");
debug('debug mode activated');