We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab6df6 commit 21de9c2Copy full SHA for 21de9c2
src/Widget/PlaneAction/HeadPosAction.php
@@ -21,7 +21,7 @@ public function __construct($title, $url, $xhr, $options)
21
$options = json_encode($options);
22
$this->document_id = "button_".substr(md5($this->title.microtime().mt_rand(0,10000)),16);
23
24
- $this->binding = ".bindRequest('button[type=\"submit\"]','click',XHR)";
+ $this->binding = ".bindRequest('.box-footer button[type=\"submit\"]','click',XHR)";
25
$this->url = $url;
26
$this->xhr = $xhr;
27
$this->callback = $callback;
0 commit comments