classname in callback need to be renamed too

This commit is contained in:
Ralf Becker 2012-03-28 16:30:17 +00:00
parent f8498ca949
commit d52ab179a7

View File

@ -65,7 +65,7 @@ function etemplate2(_container, _menuaction)
{ {
if (typeof _menuaction == "undefined") if (typeof _menuaction == "undefined")
{ {
_menuaction = "etemplate_new::ajax_process_content"; _menuaction = "etemplate::ajax_process_content";
} }
// Copy the given parameters // Copy the given parameters