ClientSideShorten uses Plugin::path()
This commit is contained in:
parent
0bab5e4a9e
commit
6494f5938c
|
@ -53,7 +53,7 @@ class ClientSideShortenPlugin extends Plugin
|
||||||
function onEndShowScripts($action){
|
function onEndShowScripts($action){
|
||||||
$action->inlineScript('var Notice_maxContent = ' . Notice::maxContent());
|
$action->inlineScript('var Notice_maxContent = ' . Notice::maxContent());
|
||||||
if (common_logged_in()) {
|
if (common_logged_in()) {
|
||||||
$action->script('plugins/ClientSideShorten/shorten.js');
|
$action->script($this->path('shorten.js'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user