Skip to content

Commit

Permalink
Update RowPosAction.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ydtg1993 authored Aug 14, 2024
1 parent 21de9c2 commit 30b8018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widget/PlaneAction/RowPosAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __construct($title, $url, $xhr, $options)
$options = json_encode($options);
$this->document_class = "button_".substr(md5($this->title.microtime().mt_rand(0,10000)),16);

$this->binding = ".bindRequest('button[type=\"submit\"]','click',XHR)";
$this->binding = ".bindRequest('.box-footer button[type=\"submit\"]','click',XHR)";
$this->url = $url;
$this->xhr = $xhr;
$this->callback = $callback;
Expand Down

0 comments on commit 30b8018

Please sign in to comment.