From a55aaae6b8ea883df9e03af102b4c9a0f6cd7b99 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 12 Apr 2011 07:59:37 +0000 Subject: [PATCH] New: add constant MAIN_FORCE_RELOAD_PAGE --- htdocs/core/tpl/ajaxrow.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/tpl/ajaxrow.tpl.php b/htdocs/core/tpl/ajaxrow.tpl.php index a525924a731..9ae74242046 100644 --- a/htdocs/core/tpl/ajaxrow.tpl.php +++ b/htdocs/core/tpl/ajaxrow.tpl.php @@ -40,7 +40,7 @@ jQuery(document).ready(function(){ var element_id = "id; ?>"; jQuery.get("/core/ajaxrow.php?roworder="+roworder+"&table_element_line="+table_element_line+"&fk_element="+fk_element+"&element_id="+element_id); if (reloadpage == 1) { - location.href = ''; + location.href = ''; } else { jQuery("#tablelines .drag").each( function( intIndex ) {