diff options
Diffstat (limited to 'webapps/qooxdoo-0.6.5-sdk/frontend/application/feedreader/source/index.html')
-rwxr-xr-x | webapps/qooxdoo-0.6.5-sdk/frontend/application/feedreader/source/index.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/application/feedreader/source/index.html b/webapps/qooxdoo-0.6.5-sdk/frontend/application/feedreader/source/index.html deleted file mode 100755 index 4f5bf3d13a..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/application/feedreader/source/index.html +++ /dev/null @@ -1,15 +0,0 @@ -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>qooxdoo » Demo » Feed Reader</title> - <script type="text/javascript" src="script/feedreader.js"></script> - </head> - <body> - <script type="text/javascript"> - if (!qx.IS_SOURCE) { - qx.log.Logger.ROOT_LOGGER.setMinLevel(qx.log.Logger.LEVEL_ERROR); - } - qx.core.Init.getInstance().setApplication(feedreader.Application); - </script> - </body> -</html> |