app/soc/content/js/tips-081027.js
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 06 Dec 2008 14:24:26 +0000 (2008-12-06)
changeset 680 7f047b2a2d3a
parent 426 114fe0f840c8
child 1018 02ffb446da6e
permissions -rw-r--r--
Added a new create regexp in urls for just scope_path Now that scope_path is properly defined we can add a url matching just the scope path. This allows some other custom create regexps to be removed/rewritten. Note: It needs to be -after- the full key_name regexp, since for arbitrarily nested scopes it would always match as just scope_path, even if there are other fields needed after the scope. Patch by: Sverre Rabbelier
$(function() {
  $('tr[title]').bt();
});