From 2f01fe57a8d37767827d6db42850aef86a767c53 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 15 Nov 2010 10:39:52 +0300 Subject: add dijit/dojo stuff; initial ui mockup --- tt-rss.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tt-rss.js') 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); - } + } */ } -- cgit v1.2.3-54-g00ecf