Plugin Directory

Changeset 995325


Ignore:
Timestamp:
09/23/2014 10:30:31 AM (12 years ago)
Author:
Eric Lowry
Message:

Version 1.2.7

Location:
el-gallery
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • el-gallery/tags/1.2.7/js/el-gallery_admin.js

    r995324 r995325  
    1919
    2020    $(document).ready(function() {
    21         $('#wpbody-content .wrap h2:first-child').text(function () {
     21        $('#wpbody-content .wrap h2:first-child').html(function () {
    2222            return $(this).text().replace('EL', '<i class="el-icons el-icons-el-gallery el-icons-logo" class="el-icons-logo"><div>EL</div></i>');
    2323        });
  • el-gallery/trunk/js/el-gallery_admin.js

    r995324 r995325  
    1919
    2020    $(document).ready(function() {
    21         $('#wpbody-content .wrap h2:first-child').text(function () {
     21        $('#wpbody-content .wrap h2:first-child').html(function () {
    2222            return $(this).text().replace('EL', '<i class="el-icons el-icons-el-gallery el-icons-logo" class="el-icons-logo"><div>EL</div></i>');
    2323        });
Note: See TracChangeset for help on using the changeset viewer.