summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded/init.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-03 19:21:12 +0300
committerAndrew Dolgov <[email protected]>2015-08-03 19:21:12 +0300
commit978eb545821d8f700e1f62b7da6a4ca0fc38adb8 (patch)
tree795b0f0ee1c73ddd94ff92bc8e3452fd41533c57 /plugins/shorten_expanded/init.js
parent3ceb893f66920383b0f79faf1fc896469ee3d2a4 (diff)
parentee15687a9330e6135185b163f6e66f26205b762b (diff)
Merge branch 'master' of git.fakecake.org:tt-rss
Diffstat (limited to 'plugins/shorten_expanded/init.js')
-rw-r--r--plugins/shorten_expanded/init.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/shorten_expanded/init.js b/plugins/shorten_expanded/init.js
index 4d80f8407..5e9e84aec 100644
--- a/plugins/shorten_expanded/init.js
+++ b/plugins/shorten_expanded/init.js
@@ -41,5 +41,7 @@ dojo.addOnLoad(function() {
}
}, 150);
}
+
+ return true;
});
});