From 272ec2779f7d6710db218886ec7a567bf53075e4 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 12 Apr 2011 07:56:15 +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 2b456728f27..48f7f5ad23e 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.reload(); + location.href = ''; } else { jQuery("#tablelines .drag").each( function( intIndex ) {