We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e9faf commit e3568c4Copy full SHA for e3568c4
components/Buttons.php
@@ -60,9 +60,9 @@ public function onRun()
60
$this->page['shareBtns'] = $btns;
61
62
if ($this->property('css')) {
63
- $this->addCss('/plugins/webvpf/share/assets/css/share-' . $this->property('skin') . '.css', 'WebVPF.Share');
+ $this->addCss(['$/webvpf/share/assets/css/share-' . $this->property('skin') . '.css'], 'WebVPF.Share');
64
}
65
66
- $this->addJs('/plugins/webvpf/share/assets/js/share.min.js', 'WebVPF.Share');
+ $this->addJs(['$/webvpf/share/assets/js/share.js'], 'WebVPF.Share');
67
68
0 commit comments