Changeset 1871:9dc7dcf0564e for admin/js
- Timestamp:
- 09/16/13 09:55:47 (12 years ago)
- Branch:
- default
- File:
-
- 1 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 });
Note: See TracChangeset
for help on using the changeset viewer.