Moved Poll CSS into the plugin directory
This commit is contained in:
@@ -77,7 +77,7 @@ class PollPlugin extends MicroAppPlugin
|
||||
*/
|
||||
function onEndShowStyles($action)
|
||||
{
|
||||
$action->cssLink($this->path('poll.css'));
|
||||
$action->cssLink($this->path('css/poll.css'));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user