Plugin Directory

Changeset 995318


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

Version 1.2.7

File:
1 edited

Legend:

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

    r995314 r995318  
    1818    });
    1919
     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
    2026})( jQuery );
Note: See TracChangeset for help on using the changeset viewer.