Skip to content

Commit

Permalink
适配Metronic8主题模板标签打开方式,支持ListField.Target=_frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Xusp committed Jul 16, 2023
1 parent 009a19a commit a002d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NewLife.Cube.Metronic8/wwwroot/assets/cube.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

//直接执行Url地址
$(document).on('click'
, 'button[data-action="url"],input[data-action="url"],a[data-action="url"]'
, 'button[data-action="url"],input[data-action="url"],a[data-action="url"],a[target="_blank"]'
, function (data) {
$this = $(this);
var url = $this.attr('href');
Expand Down

0 comments on commit a002d7d

Please sign in to comment.