mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
GUI Glyph fixes and Bbcode button styling fixes.
This commit is contained in:
@@ -201,8 +201,8 @@ $(document).ready(function()
|
||||
|
||||
if(type == 'glyph')
|
||||
{
|
||||
preview = "<span class='" + src + "'></span>";
|
||||
$('#html_holder').val(preview);
|
||||
preview = "<span class='" + src + "'> </span>";
|
||||
$('#html_holder').val(preview) + ' ';
|
||||
$('#path').attr('value',path);
|
||||
}
|
||||
else if(type == 'file')
|
||||
|
Reference in New Issue
Block a user