annotate .svn/pristine/d0/d003fbdebc52ec191d88feaebbdc5535c6333033.svn-base @ 1441:8d721cac2925
biblio_alt_search_auth
Addresses Bug #763 - patched the User class adding a new scope (name_like), that doesn't use the email address to search for a user.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Fri, 11 Oct 2013 13:49:02 +0100 |
parents |
038ba2d95de8 |
children |
|
rev |
line source |
Chris@1296
|
1 $('#ajax-modal').html('<%= escape_javascript(render :partial => 'watchers/new', :locals => {:watched => @watched}) %>');
|
Chris@1296
|
2 showModal('ajax-modal', '400px');
|
Chris@1296
|
3 $('#ajax-modal').addClass('new-watcher');
|