app/soc/content/js/tips-081027.js
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 03 Dec 2008 21:27:01 +0000
changeset 656 a76f1b443ea4
parent 426 114fe0f840c8
child 1018 02ffb446da6e
permissions -rw-r--r--
Cleanups in the views module Mainly rename from original_params to new_params (so that the keyword argument in the __init__ method is the same for all). Also use super(View, self) where appropriate. Patch by: Sverre Rabbelier

$(function() {
  $('tr[title]').bt();
});