summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-15 10:39:52 +0300
committerAndrew Dolgov <[email protected]>2010-11-15 10:39:52 +0300
commit2f01fe57a8d37767827d6db42850aef86a767c53 (patch)
tree516a95ffce2fc2435aed8d9976e444dbcba7dce3 /tt-rss.js
parent951906dcecb1d3c7bcf751976a03e0c196ca6db0 (diff)
add dijit/dojo stuff; initial ui mockup
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 3beb9c279..a497de53c 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -242,6 +242,11 @@ function init() {
try {
Form.disable("main_toolbar_form");
+ dojo.require("dijit.layout.BorderContainer");
+ dojo.require("dijit.layout.ContentPane");
+
+ //return remove_splash();
+
if (!genericSanityCheck())
return;
@@ -262,7 +267,7 @@ function init() {
function resize_headlines(delta_x, delta_y) {
- try {
+/* try {
console.log("resize_headlines: " + delta_x + ":" + delta_y);
@@ -333,7 +338,7 @@ function resize_headlines(delta_x, delta_y) {
} catch (e) {
exception_error("resize_headlines", e);
- }
+ } */
}