From a844bad0235b0bf6309b37ba5255a5dfb7bd110a Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Thu, 29 Sep 2011 10:45:42 +0200 Subject: Fix fallout from 84fc580e278aefda62c537a05661db8ae39e55e0. --- webroot/.static/js/lxrng-funcs.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'webroot/.static/js/lxrng-funcs.js') diff --git a/webroot/.static/js/lxrng-funcs.js b/webroot/.static/js/lxrng-funcs.js index 24e956d..c735ed4 100644 --- a/webroot/.static/js/lxrng-funcs.js +++ b/webroot/.static/js/lxrng-funcs.js @@ -17,6 +17,14 @@ // The full GNU General Public License is included in this distribution // in the file called COPYING. +function encode_lxrng(str) { + return encodeURIComponent(str); +} + +function decode_lxrng(str) { + return str; +} + function popup_search(searchform) { searchform = document.getElementById(searchform); searchform.target = 'popup_' + window.name; -- cgit v1.2.3