1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 09:55:56 +00:00

add dijit/dojo stuff; initial ui mockup

This commit is contained in:
Andrew Dolgov
2010-11-15 10:39:52 +03:00
parent 951906dcec
commit 2f01fe57a8
1122 changed files with 102828 additions and 49 deletions

View File

@@ -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);
}
} */
}