|
|
@@ -40,8 +40,8 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
|
|
|
|
|
|
public function afterInitContent()
|
|
|
{
|
|
|
- $this->htmlAttributes['@click.middle'] = 'window.open($event, ' . $this->parseCustomParams() . ', true)';
|
|
|
- $this->htmlAttributes['@click'] = 'window.open($event, ' . $this->parseCustomParams() . ')';
|
|
|
+ $this->htmlAttributes['@click.middle'] = 'open($event, ' . $this->parseCustomParams() . ', true)';
|
|
|
+ $this->htmlAttributes['@click'] = 'open($event, ' . $this->parseCustomParams() . ')';
|
|
|
}
|
|
|
|
|
|
public function setRawUrl($url)
|