Changeset 3064 in products for quintagroup.portlet.pfg


Ignore:
Timestamp:
Jan 21, 2011 12:05:41 PM (13 years ago)
Author:
kroman0
Message:

Fixed enableinputlabel.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.portlet.pfg/trunk/quintagroup/portlet/pfg/enableinputlabel.js

    r2913 r3064  
    1 $(document).ready(function() { 
    2     $('.portletPFG .ArchetypesStringWidget').each(function(){$('input',this).attr('title',$('label',this).text()).addClass('inputLabel')}) 
     1jq(document).ready(function() { 
     2    jq('.portletPFG .ArchetypesStringWidget').each(function(){jq('input',this).attr('title',jq('label',this).text()).addClass('inputLabel')}) 
    33}); 
Note: See TracChangeset for help on using the changeset viewer.