Plugin Directory

Changeset 995317


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

Version 1.2.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • el-gallery/trunk/js/el-gallery_admin.js

    r995314 r995317  
    1818    });
    1919
    20     $('#wpbody-content .wrap h2:first-child').html('<i class="el-icons el-icons-el-gallery" class="el-icons-logo"></i>-Gallery Plugin Settings');
     20    $(document).ready(function() {
     21        $('#wpbody-content .wrap h2:first-child').text(function () {
     22            return $(this).text().replace('EL', '<i class="el-icons el-icons-el-gallery" class="el-icons-logo"><div>EL</div></i>');
     23        });​​​​​
     24    });​​​​​
     25
    2126})( jQuery );
Note: See TracChangeset for help on using the changeset viewer.