mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Fixed clipboard js asset path
This commit is contained in:
parent
379c4ba4d8
commit
0f23644999
@ -26,7 +26,7 @@ class ClipboardJsAsset extends AssetBundle
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public $js = ['build/clipboard-polyfill.js'];
|
||||
public $js = ['dist/clipboard-polyfill.js'];
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
|
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* This file is generated by the "yii asset" command.
|
||||
* DO NOT MODIFY THIS FILE DIRECTLY.
|
||||
* @version 2019-07-23 14:03:00
|
||||
* @version 2019-08-21 12:33:29
|
||||
*/
|
||||
return [
|
||||
'all' => [
|
||||
@ -10,10 +10,10 @@ return [
|
||||
'basePath' => '@webroot-static',
|
||||
'baseUrl' => '@web-static',
|
||||
'js' => [
|
||||
'js/all-431e6b9a6015c5910295999d64fb1c23.js',
|
||||
'js/all-4b2b34b25ae21c6df26ce7a268ac5ced.js',
|
||||
],
|
||||
'css' => [
|
||||
'css/all-5572216e85eaf293853a0cf45fc19f76.css',
|
||||
'css/all-182e5e132734d26661d9dca56809412a.css',
|
||||
],
|
||||
'sourcePath' => null,
|
||||
'depends' => [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user