diff --git a/assets/MapAsset.php b/assets/MapAsset.php new file mode 100755 index 0000000..598fd10 --- /dev/null +++ b/assets/MapAsset.php @@ -0,0 +1,24 @@ +
diff --git a/views/shop/_form.php b/views/shop/_form.php index 7cc8f1a..b167f8a 100644 --- a/views/shop/_form.php +++ b/views/shop/_form.php @@ -20,6 +20,7 @@ ]; \artbox\stock\assets\StockAsset::register($this); + \artbox\stock\assets\MapAsset::register($this); ?>
-- libgit2 0.21.4