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

digest: remove unused dependencies; optimize load a bit

This commit is contained in:
Andrew Dolgov
2013-03-20 20:45:57 +04:00
parent b5d4716a52
commit 2d2d08fc41
2 changed files with 13 additions and 11 deletions

View File

@@ -670,8 +670,6 @@ function init_second_stage() {
function init() {
try {
dojo.require("dijit.Dialog");
new Ajax.Request("backend.php", {
parameters: {op: "rpc", method: "sanityCheck"},
onComplete: function(transport) {