File tree 2 files changed +2
-1
lines changed
twig_templates/admin/layouts
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function index(Request $request): string
36
36
$ blog_plugin_json = [];
37
37
foreach ($ category_blog_plugins as $ blog_plugins ) {
38
38
foreach ($ blog_plugins as $ blog_plugin ) {
39
- $ json [] = array (
39
+ $ blog_plugin_json [] = array (
40
40
'id ' => $ blog_plugin ['id ' ],
41
41
'category ' => $ blog_plugin ['category ' ],
42
42
'title ' => $ blog_plugin ['title ' ],
Original file line number Diff line number Diff line change 13
13
{% endif %}
14
14
15
15
<script type =" text/javascript" src =" /assets/js/jquery.js" ></script >
16
+ <script type =" text/javascript" src =" /assets/js/jquery-ui/jquery-ui.min.js" ></script >
16
17
17
18
<script type =" text/javascript" src =" /assets/js/common_design.js" ></script >
18
19
<script type =" text/javascript" src =" /assets/js/common.js" ></script >
You can’t perform that action at this time.
0 commit comments