# HG changeset patch # User Graziella Toutoungis # Date 1241506547 -7200 # Node ID 41deb5175729509d5703f1be347c21004727b288 # Parent a2c550e464ad7a918437572b02a393e022b04ba5 correct wrong fuction name diff -r a2c550e464ad -r 41deb5175729 web/views/cwproperties.py --- a/web/views/cwproperties.py Mon May 04 17:24:43 2009 +0200 +++ b/web/views/cwproperties.py Tue May 05 08:55:47 2009 +0200 @@ -50,7 +50,7 @@ def make_togglable_link(nodeid, label, cookiename): """builds a HTML link that switches the visibility & remembers it""" - action = u"javascript: toggle_and_remember_visibility('%s', '%s')" % \ + action = u"javascript: toggleVisibility('%s', '%s')" % \ (nodeid, cookiename) return u'%s' % (action, label)