Changeset 995322
- Timestamp:
- 09/23/2014 10:19:48 AM (12 years ago)
- Location:
- el-gallery
- Files:
-
- 2 edited
-
tags/1.2.7/js/el-gallery_admin.js (modified) (1 diff)
-
trunk/js/el-gallery_admin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
el-gallery/tags/1.2.7/js/el-gallery_admin.js
r995318 r995322 21 21 $('#wpbody-content .wrap h2:first-child').text(function () { 22 22 return $(this).text().replace('EL', '<i class="el-icons el-icons-el-gallery" class="el-icons-logo"><div>EL</div></i>'); 23 }); 24 }); 23 }); 24 }); 25 25 26 26 })( jQuery ); -
el-gallery/trunk/js/el-gallery_admin.js
r995317 r995322 21 21 $('#wpbody-content .wrap h2:first-child').text(function () { 22 22 return $(this).text().replace('EL', '<i class="el-icons el-icons-el-gallery" class="el-icons-logo"><div>EL</div></i>'); 23 }); 24 }); 23 }); 24 }); 25 25 26 26 })( jQuery );
Note: See TracChangeset
for help on using the changeset viewer.