1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Use Font-Awesome4 for all Glyphs.

This commit is contained in:
Cameron
2014-01-16 02:42:26 -08:00
parent ee3ff4c781
commit 4081d7936b
5 changed files with 12 additions and 12 deletions

View File

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