Changeset 1871:9dc7dcf0564e
- Timestamp:
- 09/16/13 09:55:47 (12 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r1862 r1871 352 352 $('#wrapper').contents().each(function() { 353 353 if (this.nodeType==8) { 354 $('#footer a ').attr('title', $('#footer a').attr('title') + this.data );354 $('#footer a[href!="help.php"]').attr('title', $('#footer a[href!="help.php"]').attr('title') + this.data ); 355 355 } 356 356 }); -
plugins/tags/js/post.js
r1753 r1871 61 61 $('h5 .s-tags').toggleWithLegend($('.s-tags').not('label'),{ 62 62 user_pref: 'post_tags', 63 legend_cli k: true63 legend_click: true 64 64 }); 65 65
Note: See TracChangeset
for help on using the changeset viewer.