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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user