1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:45:55 +00:00

normalize some html5 custom attributes

This commit is contained in:
Andrew Dolgov
2016-03-22 23:43:32 +03:00
parent 2d052e42b5
commit b6b5554db4
4 changed files with 29 additions and 27 deletions

View File

@@ -103,7 +103,7 @@ function updateFeedList() {
$("feeds-holder").appendChild(tree.domNode);
var tmph = dojo.connect(tree, 'onLoad', function() {
dojo.disconnect(tmph);
dojo.disconnect(tmph);
Element.hide("feedlistLoading");
feedlist_init();