Skip to content
Snippets Groups Projects
Commit d7b0aab7 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Clear works with all browsers

parent a7df54ef
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ else $result=restrictedArea($user,'produit|service','','','','','',$objcanvas); ...@@ -87,7 +87,7 @@ else $result=restrictedArea($user,'produit|service','','','','','',$objcanvas);
* Actions * Actions
*/ */
if (GETPOST("button_removefilter_x")) if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{ {
$sref=""; $sref="";
$sbarcode=""; $sbarcode="";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment