Changeset 9489a2ac in github


Ignore:
Timestamp:
Feb 20, 2012 8:50:35 AM (15 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
965e6276
Parents:
a3ed963
Message:
  • Fix typos in last commit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/default/functions.js

    ra3ed963 r9489a2ac  
    2626 
    2727  $(tab).addClass('tablink-selected'); 
    28   $(a, tab).removeAttr('onclick').click(function() { return false; }); 
     28  $('a', tab).removeAttr('onclick').click(function() { return false; }); 
    2929} 
    3030 
Note: See TracChangeset for help on using the changeset viewer.