Skip to content

Commit 3766ddb

Browse files
committed
Fix onShow pb
1 parent fececbf commit 3766ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ajax/semantic/html/base/HtmlSemDoubleElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function asToast($params=NULL){
198198
if(isset($params)){
199199
$this->_toast->setParams($params);
200200
}
201-
$this->_toast->setOnShow('$("#'.$this->_identifier.'").show();');
201+
$this->_toast->setParam('onShow','$(".toast-box *").show();');
202202
return $this->_toast;
203203
}
204204

0 commit comments

Comments
 (0)