app/soc/content/js/tips-081027.js
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 06 Dec 2008 12:13:19 +0000
changeset 677 c8f24e3078b8
parent 426 114fe0f840c8
child 1018 02ffb446da6e
permissions -rw-r--r--
Fix scope lookup for unscoped entities As scope_logic is now always set (since r1250), we need to check if it is None, rather than check if it exists. Patch by: Sverre Rabbelier

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