From b6b5554db4e6a04a5b6be9c8edd9016e3e4c4919 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 22 Mar 2016 23:43:32 +0300 Subject: normalize some html5 custom attributes --- js/tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tt-rss.js') diff --git a/js/tt-rss.js b/js/tt-rss.js index daba8f909..2f738810b 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -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(); -- cgit v1.2.3