[Vtigercrm-commits] [vtiger-commits] r6793 - /vtigercrm/trunk/Smarty/templates/ListRoles.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 30 18:20:37 EDT 2006
Author: don
Date: Tue May 30 16:20:34 2006
New Revision: 6793
Log:
Fixed Ajax instantiation issue
Modified:
vtigercrm/trunk/Smarty/templates/ListRoles.tpl
Modified: vtigercrm/trunk/Smarty/templates/ListRoles.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListRoles.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListRoles.tpl Tue May 30 16:20:34 2006
@@ -175,7 +175,7 @@
{ldelim}
childId = childId.replace(/user_/gi,'');
parentId = parentId.replace(/user_/gi,'');
- var ajaxObj = new Ajax(ajaxSaveResponse);
+ var ajaxObj = new VtigerAjax(ajaxSaveResponse);
var urlstring ="module=Users&action=UsersAjax&file=RoleDragDrop&ajax=true&parentId="+parentId+"&childId="+childId;
ajaxObj.process("index.php?",urlstring);
More information about the vtigercrm-commits
mailing list