mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +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 = '
|
$html = '
|
||||||
<span class="openpopupbox" data-href="#'.$id.'">'.$title.'</span>
|
<span class="openpopupbox" data-href="#'.$id.'">'.$title.'</span>
|
||||||
<div id="'.$id.'" class="popupbox" style="display: none;">
|
<div id="'.$id.'" class="popupbox" style="display: none;">'.$content.'<span class="closepopupbox"><i class="fa fa-remove"></i></span>
|
||||||
'.$content.'
|
|
||||||
<span class="closepopupbox"><i class="fa fa-remove"></i></span>
|
|
||||||
</div>';
|
</div>';
|
||||||
if($ret)
|
if($ret)
|
||||||
return $html;
|
return $html;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user