kompass.ajaxShowProgress = function (a) { $(a).css("display", "block"); $(a).children("img").css("left", $(a).innerWidth() / 2 - 25).css("top", $(a).innerHeight() / 2 - 25); $(a).fadeTo(10, .7) }; kompass.ajaxHideProgress = function (a) { $(a).fadeOut(1e3) }; kompass.rssHandleError = function (a) { if (a.get_error() != undefined) { var b = "RssFeed AJAX error: " + a.get_error().message; a.set_errorHandled(true) } }
