# HG changeset patch # User ymh # Date 1285259578 -7200 # Node ID d2c2d9e8523ed24d830501b8b8fc3fc4cdaf4e96 # Parent b633e27e3130a23e442e77a926b095b17547cbc8 correct stupid error diff -r b633e27e3130 -r d2c2d9e8523e web/franceculture/__init__.py --- a/web/franceculture/__init__.py Thu Sep 23 18:22:19 2010 +0200 +++ b/web/franceculture/__init__.py Thu Sep 23 18:32:58 2010 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 18, 0, "final", 0) +VERSION = (0, 19, 0, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r b633e27e3130 -r d2c2d9e8523e web/static/js/projectscontents.js --- a/web/static/js/projectscontents.js Thu Sep 23 18:22:19 2010 +0200 +++ b/web/static/js/projectscontents.js Thu Sep 23 18:32:58 2010 +0200 @@ -137,7 +137,7 @@ if(realVal.length == 0) { realVal = "_"; } - url = url.replace('__FILTER__',escape(target.realVal())); + url = url.replace('__FILTER__',escape(realVal)); $(container_selector).load(url, null, function() { target.next(".searchajaxloader").hide(); if(target.realVal().length > 0) {