~ubuntu-branches/ubuntu/wily/chora2/wily

« back to all changes in this revision

Viewing changes to js/stripe.js

  • Committer: Bazaar Package Importer
  • Author(s): Gregory Colpart
  • Date: 2010-08-02 07:23:15 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100802072315-u3tq638qr4gm0w68
Tags: 2.1.1+debian0-1
* New upstream release.
* Repack source package to remove embeds prototype.js (Closes: #555253)
* Remove scriptaculous.js link (no more needed). 
* Update to standards version 3.9.1, no further required changes. 
* Improve watch file because source package is now repacked. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
function stripeAllElements(){$$(".striped").each(stripeElement)}function stripeElement(A){var B=["rowEven","rowOdd"],C=[];if(A.tagName=="TABLE"){A.immediateDescendants().each(stripeElement);return }else{C=A.immediateDescendants()}C.each(function(D){D.removeClassName(B[1]);D.addClassName(B[0]);B.reverse(true)})}document.observe("dom:loaded",stripeAllElements)
 
 
b'\\ No newline at end of file'
 
1
function stripeAllElements(){$$(".striped").each(stripeElement)}function stripeElement(a){var b=["rowEven","rowOdd"],c=[];if(a.tagName=="TABLE"){a.immediateDescendants().each(stripeElement);return}else{c=a.immediateDescendants()}c.each(function(d){d.removeClassName(b[1]);d.addClassName(b[0]);b.reverse(true)})}document.observe("dom:loaded",stripeAllElements);
 
 
b'\\ No newline at end of file'