1
0
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:
Cameron
2014-01-17 06:49:55 -08:00
parent 325c3f3f60
commit 58d2aa8ad3
14 changed files with 206 additions and 86 deletions

View File

@@ -201,8 +201,8 @@ $(document).ready(function()
if(type == 'glyph')
{
preview = "<span class='" + src + "'></span>";
$('#html_holder').val(preview);
preview = "<span class='" + src + "'>&nbsp;</span>";
$('#html_holder').val(preview) + '&nbsp;';
$('#path').attr('value',path);
}
else if(type == 'file')