Changeset 9489a2ac in github
- Timestamp:
- Feb 20, 2012 8:50:35 AM (15 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 965e6276
- Parents:
- a3ed963
- File:
-
- 1 edited
-
skins/default/functions.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/functions.js
ra3ed963 r9489a2ac 26 26 27 27 $(tab).addClass('tablink-selected'); 28 $( a, tab).removeAttr('onclick').click(function() { return false; });28 $('a', tab).removeAttr('onclick').click(function() { return false; }); 29 29 } 30 30
Note: See TracChangeset
for help on using the changeset viewer.
