mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
remove spaces when showing content of popup box
This commit is contained in:
parent
f306c186cf
commit
afddc5a4d6
|
@ -3765,9 +3765,7 @@ $("body").on("click", "span.openpopupbox", function(e) {
|
|||
*/
|
||||
$html = '
|
||||
<span class="openpopupbox" data-href="#'.$id.'">'.$title.'</span>
|
||||
<div id="'.$id.'" class="popupbox" style="display: none;">
|
||||
'.$content.'
|
||||
<span class="closepopupbox"><i class="fa fa-remove"></i></span>
|
||||
<div id="'.$id.'" class="popupbox" style="display: none;">'.$content.'<span class="closepopupbox"><i class="fa fa-remove"></i></span>
|
||||
</div>';
|
||||
if($ret)
|
||||
return $html;
|
||||
|
|
Loading…
Reference in New Issue
Block a user