Skip to content

Commit 30b8018

Browse files
authored
Update RowPosAction.php
1 parent 21de9c2 commit 30b8018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widget/PlaneAction/RowPosAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function __construct($title, $url, $xhr, $options)
2121
$options = json_encode($options);
2222
$this->document_class = "button_".substr(md5($this->title.microtime().mt_rand(0,10000)),16);
2323

24-
$this->binding = ".bindRequest('button[type=\"submit\"]','click',XHR)";
24+
$this->binding = ".bindRequest('.box-footer button[type=\"submit\"]','click',XHR)";
2525
$this->url = $url;
2626
$this->xhr = $xhr;
2727
$this->callback = $callback;

0 commit comments

Comments
 (0)