Skip to content

Commit da3fa43

Browse files
committed
Update HtmlSemDoubleElement.php
1 parent 16888fe commit da3fa43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Ajax/semantic/html/base/HtmlSemDoubleElement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ public function addList($items,$ordered=false){
194194
public function asToast($params=NULL){
195195
$this->_toast=new Toast();
196196
$this->_toast->attach('#'.$this->_identifier);
197+
$this->setProperty('style','display:none;');
197198
if(isset($params)){
198199
$this->_toast->setParams($params);
199200
}

0 commit comments

Comments
 (0)