summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2016-03-22 23:43:32 +0300
committerAndrew Dolgov <[email protected]>2016-03-22 23:43:32 +0300
commitb6b5554db4e6a04a5b6be9c8edd9016e3e4c4919 (patch)
treec9cb61db71ebbfbc6d3aeb3ae888d540369149af /js/tt-rss.js
parent2d052e42b595b6396a140d82877e9440bc405f97 (diff)
normalize some html5 custom attributes
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js2
1 files changed, 1 insertions, 1 deletions
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();