summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-31 13:42:39 +0300
committerAndrew Dolgov <[email protected]>2015-07-31 13:42:39 +0300
commit6fd79b12a55eb2fa7f156650a7734b209cb2c6f5 (patch)
tree16169e496c6ff31fca8c1600581849e280dcd883 /plugins/shorten_expanded
parent1dbc8d6062e3784cc9fe0637c70f461a2047af2e (diff)
update shorten_expanded to allow other JS hooks to process article, duh
Diffstat (limited to 'plugins/shorten_expanded')
-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;
});
});