* Change url to target when toggling modal.

This commit is contained in:
liumengyi
2023-10-26 09:29:36 +08:00
parent 505cab3832
commit d79e876f4b
+1 -1
View File
@@ -106,7 +106,7 @@ if($confirm != 'yes')
btn
(
setClass('ml-2 text-primary'),
$step->type != 'group' ? set::url("#fileModal{$step->id}") : '',
$step->type != 'group' ? set::target("#fileModal{$step->id}") : '',
$step->type != 'group' ? set('data-toggle', 'modal') : '',
set('title', $lang->testtask->files),
set::icon('paper-clip'),