mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-24 20:08:41 +00:00
add css version
This commit is contained in:
parent
cd83d2b4c1
commit
b42eb7ca54
|
|
@ -49,9 +49,9 @@ final class BackendController extends Controller
|
|||
{
|
||||
/** @var \phpOMS\Model\Html\Head $head */
|
||||
$head = $response->get('Content')->getData('head');
|
||||
$head->addAsset(AssetType::JSLATE, 'Modules/Draw/Controller.js');
|
||||
$head->addAsset(AssetType::JSLATE, 'Modules/Draw/Models/DrawType.js');
|
||||
$head->addAsset(AssetType::JSLATE, 'Modules/Draw/Models/Editor.js');
|
||||
$head->addAsset(AssetType::JSLATE, 'Modules/Draw/Controller.js?v=1.0.0');
|
||||
$head->addAsset(AssetType::JSLATE, 'Modules/Draw/Models/DrawType.js?v=1.0.0');
|
||||
$head->addAsset(AssetType::JSLATE, 'Modules/Draw/Models/Editor.js?v=1.0.0');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user