update shorten_expanded to allow other JS hooks to process article, duh

This commit is contained in:
Andrew Dolgov 2015-07-31 13:42:39 +03:00
parent 1dbc8d6062
commit 6fd79b12a5
1 changed files with 2 additions and 0 deletions

View File

@ -41,5 +41,7 @@ dojo.addOnLoad(function() {
}
}, 150);
}
return true;
});
});