apply changes for Pylons 0.10

This commit is contained in:
Jan Dittberner 2010-06-12 00:29:50 +02:00
parent 47ecf9b4ea
commit 41a5e3e6f1
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ function onChangeShowAll(event) {
function onBlurEmail() {
if ($.trim($('#email').attr('value')).length > 0) {
$.ajax({
'url' : '${h.url_for(action='fetchdddata')}',
'url' : '${h.url(controller="showformscripts", action="fetchdddata")}',
'data' : {'email' : $('#email').attr('value')},
'dataType' : 'json',
'success' : updateFields,